diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-30 20:54:02 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-30 20:54:02 -0400 |
commit | 0f2dea8179b51486738366f792ccb16f9cfab84a (patch) | |
tree | 16c1fd782970dcfa1f67de39f1f0bf68ebe472ea /Makefile | |
parent | a3819c33d222b61f2a008f23ff67c7a14797c946 (diff) |
Remove sourcemap for Vue.js
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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}" |