consul/ui/Makefile

11 lines
147 B
Makefile

server:
python -m SimpleHTTPServer
watch:
sass styles:static --watch
build:
sass styles/base.scss static/base.css
.PHONY: server watch build