Skip to content

Commit ac01653

Browse files
committed
Remove dependency to a removed task
1 parent 46717c8 commit ac01653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ gulp.task('default', function() {
88
console.log('\n Use:\n gulp <stage|deploy[:cdn]>|<zip>\n');
99
});
1010

11-
gulp.task('clean', ['clean:cdn', 'clean:bower', 'clean:zip']);
11+
gulp.task('clean', ['clean:cdn', 'clean:zip']);
1212

1313
gulp.task('deploy', ['deploy:cdn']);

0 commit comments

Comments
 (0)