consul/ui/Makefile

11 lines
147 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-30 18:03:40 -04:00
sass styles/base.scss static/base.css
2014-04-21 16:01:53 -04:00
.PHONY: server watch build