burnchart/Makefile

14 lines
157 B
Makefile
Raw Normal View History

2014-08-29 02:55:45 +00:00
install:
npm install
bower install
build:
grunt
watch:
watch --color -n 1 make build
serve:
cd public; python -m SimpleHTTPServer 8000
.PHONY: build