burnchart/Makefile

18 lines
175 B
Makefile

install:
npm install
bower install
build:
grunt
watch:
grunt
grunt watchify
serve:
cd public; python -m SimpleHTTPServer 8000
deploy:
firebase deploy
.PHONY: build