consul/ui/Makefile

11 lines
128 B
Makefile
Raw Normal View History

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