From 9e55d6c52d8faa82338b6eae613cd95d112d0e2f Mon Sep 17 00:00:00 2001 From: Teemu Pòˆntelin Date: Mon, 29 Aug 2016 14:37:00 +0300 Subject: Generate a separate bower.json with overrides for master --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 312593b..f31904f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -8,6 +8,6 @@ gulp.task('default', function() { console.log('\n Use:\n gulp |\n'); }); -gulp.task('clean', ['clean:cdn', 'clean:zip']); +gulp.task('clean', ['clean:cdn', 'clean:bower', 'clean:zip']); gulp.task('deploy', ['deploy:cdn']); -- cgit v1.2.3