5 lines
160 B
Makefile
5 lines
160 B
Makefile
|
.PHONY: dev
|
||
|
|
||
|
dev:
|
||
|
hugo server --disableFastRender & \
|
||
|
tailwindcss -i ./themes/icbm/src/input.css -o ./themes/icbm/static/css/tailwind.min.css --watch --minify
|