open-consul/ui/Makefile

11 lines
128 B
Makefile
Raw Normal View History

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