Skip to content

Commit

Permalink
build(gulp): change the src for revUpdateReferences (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
harunbleech authored Aug 31, 2020
1 parent 5bf90db commit 4ee6fd2
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 @@ -91,7 +91,7 @@ function revUpdateReferences (config) {
const rewrite = require('gulp-rev-rewrite')
var manifest = gulp.src(path.join(config.dest, 'rev-manifest.json'))

return gulp.src(path.join(config.dest, '/**/**.{css,js}'))
return gulp.src(config.rev.srcRevved)
.pipe(rewrite({ manifest: manifest }))
.pipe(gulp.dest(config.dest))
})
Expand Down

0 comments on commit 4ee6fd2

Please sign in to comment.