open-consul/ui/Makefile
2014-04-30 23:43:55 -04:00

11 lines
128 B
Makefile

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