Gulp: added 'cleanup' task that erases all gulp-generated files.

This runs automatically when using --production
This commit is contained in:
2017-09-28 15:37:33 +02:00
parent 3a7f5f7a7d
commit 2c4527c4d6
2 changed files with 20 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
"gulp-chmod": "~1.3.0",
"gulp-concat": "~2.6.0",
"gulp-if": "^2.0.1",
"gulp-git": "~2.4.2",
"gulp-pug": "~3.2.0",
"gulp-livereload": "~3.8.1",
"gulp-plumber": "~1.1.0",