From 97823d0b767ca005111c4073c5bca1a29457abde Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Mon, 19 Dec 2016 14:44:26 +0100 Subject: [PATCH] Added deploy task to makefile --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 34dd6a1..d9b13e6 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,12 @@ dev: node_modules/gulp/bin/gulp.js sass node_modules/gulp/bin/gulp.js js +build: + make dev + watch: node_modules/gulp/bin/gulp.js sass:watch + +deploy: + make build + lektor deploy