fmartingr.com/Makefile
2016-12-03 22:11:04 +01:00

10 lines
184 B
Makefile

setup:
npm install
node_modules/bower/bin/bower install
dev:
node_modules/gulp/bin/gulp.js sass
node_modules/gulp/bin/gulp.js js
watch:
node_modules/gulp/bin/gulp.js sass:watch