Skip to content

Commit

Permalink
Fix: Updatin icon src in site.webmanifest'
Browse files Browse the repository at this point in the history
Fix #479
  • Loading branch information
molant authored and alrra committed Aug 8, 2018
1 parent ed24f2d commit e6b38e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ gulp.task('useref', () => {
});

gulp.task('revfiles', () => {
return gulp.src([`${dirs.tmp}/source/**/*`, `!**/*.json`, `!**/*.yml`, `!**/sw-reg.js`])
return gulp.src([`${dirs.tmp}/source/**/*`, `!**/*.json`, `!**/*.yml`, `!**/sw-reg.js`, `!**/*.webmanifest`])
.pipe(plugins.rev())
.pipe(plugins.revDeleteOriginal())
.pipe(gulp.dest(`${dirs.tmp}/source`))
Expand Down

0 comments on commit e6b38e1

Please sign in to comment.