consul/ui/Makefile

11 lines
114 B
Makefile
Raw Normal View History

2014-04-21 20:01:53 +00:00
server:
python -m SimpleHTTPServer
watch:
sass styles --watch
build:
sass styles
.PHONY: server watch build