Added deploy task to makefile

This commit is contained in:
Felipe M 2016-12-19 14:44:26 +01:00
parent b77db410d1
commit 97823d0b76

View file

@ -6,5 +6,12 @@ dev:
node_modules/gulp/bin/gulp.js sass node_modules/gulp/bin/gulp.js sass
node_modules/gulp/bin/gulp.js js node_modules/gulp/bin/gulp.js js
build:
make dev
watch: watch:
node_modules/gulp/bin/gulp.js sass:watch node_modules/gulp/bin/gulp.js sass:watch
deploy:
make build
lektor deploy