From 44ea73b98508fc2f27791e028ee2c6e1eee7091b Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 21 Nov 2015 01:12:57 -0500 Subject: [PATCH] cache bust 4 lyfe --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 6f1e355..09daae6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -90,7 +90,8 @@ gulp.task('cachebust', function(){ gulp.task('publish', [ 'minfiyCss', 'minifyHtml', - 'minifyJs' + 'minifyJs', + 'cachebust' ]); gulp.task('default', [