From db52f3322a6b0ae67420df82334071e48da44acd Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 10 Aug 2015 21:14:47 -0400 Subject: [PATCH] remove develop on pub --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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', [