burnchart/Makefile

18 lines
312 B
Makefile
Raw Normal View History

2014-08-29 02:55:45 +00:00
install:
npm install
bower install
build-app:
2014-10-19 19:09:48 +00:00
./node_modules/.bin/browserify -e ./src/app.coffee -o public/js/app.js -d
watch-app:
./node_modules/.bin/watchify -e ./src/app.coffee -o public/js/app.js -d -v
2014-10-25 02:59:53 +00:00
build-vendor:
2014-08-29 02:55:45 +00:00
grunt
serve:
cd public; python -m SimpleHTTPServer 8000
2014-08-30 17:17:46 +00:00
deploy:
2014-10-25 02:59:53 +00:00
firebase deploy