burnchart/Makefile

18 lines
175 B
Makefile
Raw Normal View History

2014-08-28 19:55:45 -07:00
install:
npm install
bower install
build:
grunt
watch:
2014-09-25 19:57:55 -07:00
grunt
2014-10-17 20:32:48 -07:00
grunt watchify
2014-08-28 19:55:45 -07:00
serve:
cd public; python -m SimpleHTTPServer 8000
2014-08-30 10:17:46 -07:00
deploy:
firebase deploy
2014-08-28 19:55:45 -07:00
.PHONY: build