From 2d9ad8a347e5c2cd22dcad59d6a476788ebcc3a1 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 10 Aug 2015 21:01:54 -0400 Subject: [PATCH] forgot this --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 6cd2e38..21de783 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,7 +4,7 @@ var gulp = require('gulp'), livereload = require('gulp-livereload'), concatCss = require('gulp-concat-css'), uglify = require('gulp-uglify'), - cachebust = require('gulp-cache-bust'), + //cachebust = require('gulp-cache-bust'), minifyCss = require('gulp-minify-css');