Remove sourcemap for Vue.js

This commit is contained in:
Frederic Guillot
2016-08-30 20:54:02 -04:00
parent a3819c33d2
commit 0f2dea8179
4 changed files with 17 additions and 11 deletions

View File

@@ -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}"