remove cache bust

This commit is contained in:
Tommy Parnell
2015-08-10 20:56:44 -04:00
parent f4fb9dc1a9
commit 25385b1cc0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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