diff --git a/gulpfile.js b/gulpfile.js index 45dc68064d9..413f1f73ae7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -127,12 +127,12 @@ gulp.task('cachebust', ['dist', 'bundle'], function() { gulp .src('./dist/**/*.{css,html,less,handlebars}') .pipe(cachebust({type:'timestamp'})) - .pipe(gulp.dest('./dist')) + .pipe(gulp.dest('./dist')); gulp .src('./dist/swagger.json') .pipe(bust()) - .pipe(gulp.dest('./dist')) + .pipe(gulp.dest('./dist')); }); /**