fixed tailwind hack
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,6 @@
|
||||
BINARY_NAME=oslstats
|
||||
|
||||
build:
|
||||
./scripts/generate-css-sources.sh && \
|
||||
tailwindcss -i ./pkg/embedfs/files/css/input.css -o ./pkg/embedfs/files/css/output.css && \
|
||||
go mod tidy && \
|
||||
templ generate && \
|
||||
@@ -16,7 +15,6 @@ run:
|
||||
./bin/${BINARY_NAME}${SUFFIX}
|
||||
|
||||
dev:
|
||||
./scripts/generate-css-sources.sh && \
|
||||
templ generate --watch &\
|
||||
air &\
|
||||
tailwindcss -i ./pkg/embedfs/files/css/input.css -o ./pkg/embedfs/files/css/output.css --watch
|
||||
|
||||
Reference in New Issue
Block a user