Skip to content

Commit

Permalink
Merge branch 'hotfix/0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyrollins committed May 12, 2017
2 parents aec3a81 + 13358f4 commit cb2633c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
});

/**
Expand Down

0 comments on commit cb2633c

Please sign in to comment.