consul/ui/Makefile
2014-04-30 23:44:30 -04:00

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