We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d44fd11 + 57021b2 commit 83a00edCopy full SHA for 83a00ed
gulp/tasks/clean.js
@@ -4,8 +4,8 @@ import config from '../config';
4
import gulp from 'gulp';
5
import del from 'del';
6
7
-gulp.task('clean', function(cb) {
8
-
9
- del([config.buildDir], cb);
+gulp.task('clean', function() {
10
+ return del([config.buildDir]);
+
11
});
package.json
@@ -36,7 +36,7 @@
36
"bulk-require": "^0.2.1",
37
"bulkify": "^1.1.1",
38
"debowerify": "^1.3.1",
39
- "del": "^0.1.3",
+ "del": "^2.1.0",
40
"gulp": "^3.8.8",
41
"gulp-angular-templatecache": "^1.3.0",
42
"gulp-autoprefixer": "^2.0.0",
0 commit comments