Add .publish to clean task
parent
033c8e6240
commit
e4cef5ded6
|
@ -195,7 +195,7 @@ gulp.task('scripts', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Clean Output Directory
|
// Clean Output Directory
|
||||||
gulp.task('clean', del.bind(null, ['dist'], {dot: true}));
|
gulp.task('clean', del.bind(null, ['dist', '.publish'], {dot: true}));
|
||||||
|
|
||||||
// Build Production Files, the Default Task
|
// Build Production Files, the Default Task
|
||||||
gulp.task('default', ['clean', 'mocha'], function (cb) {
|
gulp.task('default', ['clean', 'mocha'], function (cb) {
|
||||||
|
|
Loading…
Reference in New Issue