summaryrefslogtreecommitdiff
path: root/package.json
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 /package.json
parenta3819c33d222b61f2a008f23ff67c7a14797c946 (diff)
Remove sourcemap for Vue.js
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0f9974d5..ac74f034 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
"gulp-cli": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.3.2",
+ "gulp-strip-comments": "^2.4.3",
"gulp-uglify": "^1.5.3",
- "vue": "^1.0.26-csp"
+ "vue": "1.0.26-csp"
}
}