call clean seperately

This commit is contained in:
Tommy Parnell
2015-08-21 14:19:30 -04:00
parent f4e24003f3
commit 108809b2dc
2 changed files with 1 additions and 2 deletions

View File

@@ -88,7 +88,6 @@ gulp.task('cachebust', function(){
});
gulp.task('publish', [
'clean',
'minfiyCss',
'minifyHtml',
'minifyJs',
@@ -96,7 +95,6 @@ gulp.task('publish', [
]);
gulp.task('default', [
'clean',
'develop',
'combineJs',
'combineCss',