added strip-debug to gulp to remove any console.log in production minified script
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"gulp-json2js": "latest",
|
||||
"gulp-rename": "latest",
|
||||
"gulp-sass": "latest",
|
||||
"gulp-strip-debug": "latest",
|
||||
"gulp-strip-debug": "^3.0.0",
|
||||
"gulp-svgmin": "^1.2.4",
|
||||
"gulp-util": "latest",
|
||||
"gulp-watch": "latest",
|
||||
|
||||
Reference in New Issue
Block a user