diff options
author | Indrajith K L | 2018-08-14 09:33:19 +0530 |
---|---|---|
committer | Indrajith K L | 2018-08-14 09:33:19 +0530 |
commit | e1f9fdc2c83d0b15286aeb8f39be34e8612e2ec3 (patch) | |
tree | 13adf50b1bc3ce80cd364ca4e9bb8c0245d20b90 /package.json | |
parent | cc2cf2ddd45177c6ec6d15663eb84f99733944d3 (diff) | |
download | js13kgames-template-e1f9fdc2c83d0b15286aeb8f39be34e8612e2ec3.tar.gz js13kgames-template-e1f9fdc2c83d0b15286aeb8f39be34e8612e2ec3.tar.bz2 js13kgames-template-e1f9fdc2c83d0b15286aeb8f39be34e8612e2ec3.zip |
Adds gulp task to remove folders. :lipstick:
* Previously most of the temp folder will become a gunk yard if libraries are removed & new one's are added,
effect is final archive.zip size is huge because it contains stray files.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 48435d2..490f5eb 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "browser-sync": "^2.24.6", + "del": "^3.0.0", "gulp": "^3.9.1", "gulp-rollup": "^2.16.2", "gulp-size": "^3.0.0", |