fmartingr.com/Makefile
Felipe a3262ea645 Portfolio
* Added lektor htmlmin plugin
* Improved sass grid
* Little update in contact page
* Added featherlight lightbox for project details screenshots
* Only loading lightbox libraries if needed
* Portfolio content review from migration
2017-04-10 22:49:43 +02:00

20 lines
316 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 -f htmlmin
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