remove develop on pub

This commit is contained in:
Tommy Parnell
2015-08-10 21:14:47 -04:00
parent 4ebf63998e
commit db52f3322a

View File

@@ -60,8 +60,7 @@ gulp.task('cachebust', function(){
gulp.task('publish', [ gulp.task('publish', [
'combineCss', 'combineCss',
'minifyJs', 'minifyJs',
'cachebust', 'cachebust'
'develop'
]); ]);
gulp.task('default', [ gulp.task('default', [