consul/ui/Makefile

11 lines
114 B
Makefile

server:
python -m SimpleHTTPServer
watch:
sass styles --watch
build:
sass styles
.PHONY: server watch build