summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-08-30 20:54:02 -0400
committerFrederic Guillot <fred@kanboard.net>2016-08-30 20:54:02 -0400
commit0f2dea8179b51486738366f792ccb16f9cfab84a (patch)
tree16c1fd782970dcfa1f67de39f1f0bf68ebe472ea /Makefile
parenta3819c33d222b61f2a008f23ff67c7a14797c946 (diff)
Remove sourcemap for Vue.js
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a96846a1..9167e749 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,13 @@ BUILD_DIR = /tmp
all: static
-static:
+clean:
+ @ rm -rf ./node_modules ./bower_components
+
+static: clean
@ npm install
- @ ./node_modules/gulp-cli/bin/gulp.js
+ @ ./node_modules/.bin/gulp bower
+ @ ./node_modules/.bin/gulp vendor js css
archive:
@ echo "Build archive: version=${version}, destination=${dst}"