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",