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

It uses Git to erase those files, so anything that's tracked in Git (such
as the JS/CSS vendor directories) are kept as-is.
This commit is contained in:
2017-09-28 15:04:37 +02:00
parent 0e48c18579
commit a1fd48752e
2 changed files with 15 additions and 0 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-livereload": "~3.8.1",
"gulp-plumber": "~1.1.0",
"gulp-pug": "~3.2.0",