diff --git a/gulpfile.js b/gulpfile.js index 348ed5a..53de2cb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -60,8 +60,7 @@ gulp.task('cachebust', function(){ gulp.task('publish', [ 'combineCss', 'minifyJs', - 'cachebust', - 'develop' + 'cachebust' ]); gulp.task('default', [