fmartingr.com/Makefile

20 lines
305 B
Makefile

setup:
npm install
dev:
node_modules/gulp/bin/gulp.js sass
node_modules/gulp/bin/gulp.js js
build:
make dev
lektor build --output-path ./public
watch:
node_modules/gulp/bin/gulp.js sass:watch
deploy:
make build
node_modules/firebase-tools/bin/firebase deploy
deploy_tests:
bash tests/run.sh