mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
fix css, oops
This commit is contained in:
parent
c2e68bdc77
commit
2b55a1873c
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ compress:
|
||||
bundle-css:
|
||||
-mkdir -p build/data/web/css
|
||||
$(info bundling css)
|
||||
$(ESBUILD) esbuild --bundle css/base.css --outfile=build/data/web/css/bundle.css --external:remixicon.css --minify
|
||||
$(ESBUILD) --bundle css/base.css --outfile=build/data/web/css/bundle.css --external:remixicon.css --minify
|
||||
|
||||
copy:
|
||||
$(info copying fonts)
|
||||
|
Loading…
Reference in New Issue
Block a user