Refactor
This commit is contained in:
parent
67af8aad50
commit
c8ab7e1349
19 changed files with 123 additions and 95 deletions
12
Makefile
12
Makefile
|
@ -2,8 +2,8 @@ TAILWIND_URL=https://github.com/tailwindlabs/tailwindcss/releases/latest/downloa
|
|||
TAILWIND_TARGET=tailwindcss-macos-arm64
|
||||
BIN_DIR=./bin
|
||||
TAILWIND_BIN=$(BIN_DIR)/tailwindcss
|
||||
STYLE_SRC=./public/style.css
|
||||
STYLE_DIST=./public/dist.css
|
||||
STYLE_SRC=./public/style/global.css
|
||||
STYLE_DIST=./public/style/dist.css
|
||||
|
||||
all: install
|
||||
|
||||
|
@ -40,4 +40,10 @@ lem: ## Open Lem with TailwindCSS server
|
|||
WATCH_PID=$$!; \
|
||||
trap "kill $$WATCH_PID" SIGINT SIGTERM EXIT; \
|
||||
lem; \
|
||||
kill $$WATCH_PID
|
||||
kill $$WATCH_PID
|
||||
|
||||
docker-build:
|
||||
docker build -t hp .
|
||||
|
||||
docker-run:
|
||||
docker run -p 3000:3000 hp
|
Loading…
Add table
Add a link
Reference in a new issue