Added deploy task to makefile
This commit is contained in:
parent
b77db410d1
commit
97823d0b76
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue