cache bust 4 lyfe

This commit is contained in:
Tommy Parnell
2015-11-21 01:12:57 -05:00
parent 83cdc2868e
commit 44ea73b985

View File

@@ -90,7 +90,8 @@ gulp.task('cachebust', function(){
gulp.task('publish', [
'minfiyCss',
'minifyHtml',
'minifyJs'
'minifyJs',
'cachebust'
]);
gulp.task('default', [