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:35:15 +02:00
parent 5c58ced224
commit 4fa18d4454
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-jade": "~1.1.0",
"gulp-livereload": "~3.8.1",
"gulp-plumber": "~1.1.0",