diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-27 17:36:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-27 17:36:13 +0200 |
commit | 5f466137ad6ac596600e3ff53c9b786815398445 (patch) | |
tree | f914c221874f0b16bf3def7ac01d59d1a99a3b0b /gulpfile.js | |
parent | c9f5ac8e763eda19aa0564179300cfff76785435 (diff) |
node_modules, clean up package.json
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gulpfile.js b/gulpfile.js index 3141684ab..ec8321dc0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,7 +43,6 @@ const debug = require("gulp-debug"); const glob = require("glob"); const jsonTransform = require("gulp-json-transform"); const fs = require("fs"); -const del = require("del"); const through = require("through2"); const File = require("vinyl"); const Stream = require("stream").Stream; @@ -154,10 +153,6 @@ function concatStreams (/*streams...*/) { } -gulp.task("clean", function () { - return del("build/ext"); -}); - gulp.task("dist-prod", ["clean", "compile-prod"], function () { return vfs.src(paths.dist, {base: ".", stripBOM: false}) |