From 25385b1cc01a650369e945526bfb74bccfa2bbac Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 10 Aug 2015 20:56:44 -0400 Subject: [PATCH] remove cache bust --- gulpfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 348ed5a..6cd2e38 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -60,7 +60,7 @@ gulp.task('cachebust', function(){ gulp.task('publish', [ 'combineCss', 'minifyJs', - 'cachebust', + //'cachebust', 'develop' ]); diff --git a/package.json b/package.json index cd49b1a..f7cad35 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "gulp": "~3.8.10", - "gulp-cache-bust": "^1.0.1", + "gulp-concat-css": "^2.2.0", "gulp-less": "~3.0.1", "gulp-livereload": "~3.8.0",