myco.systems/Makefile

5 lines
160 B
Makefile
Raw Normal View History

2024-07-23 18:45:45 -04:00
.PHONY: dev
dev:
hugo server --disableFastRender & \
tailwindcss -i ./themes/icbm/src/input.css -o ./themes/icbm/static/css/tailwind.min.css --watch --minify