Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Fix bug for build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
deathart committed Jun 2, 2018
1 parent 0f16c0d commit 550f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -76,10 +76,10 @@ gulp.task('revisioning', function() {
return gulp.src(config.output + "/**")
.pipe(gulp.dest(config.output))
.pipe(rev())
.pipe(override())
.pipe(revFormat({
suffix: '-' + randomString(5),
}))
.pipe(override())
.pipe(gulp.dest(config.output))
.pipe(revdel())
.pipe(rev.manifest())
Expand Down

0 comments on commit 550f0c6

Please sign in to comment.