Skip to content

Commit b830f88

Browse files
committed
リビジョン指定不備を修正
1 parent 4961c39 commit b830f88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gulpfile.babel.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,8 @@ gulp.task('revision:clean', () =>
157157
)
158158

159159
gulp.task('revision:append', () => {
160-
let revAll = new RevAll({dontRenameFile: [/^\/favicon.ico$/g, '.html']})
161160
return gulp.src(`${paths.dist.root}/**/*`)
162-
.pipe(revAll.revision())
161+
.pipe(RevAll.revision({dontRenameFile: [/^\/favicon.ico$/g, '.html']}))
163162
.pipe(gulp.dest(root.tmp))
164163
})
165164

0 commit comments

Comments
 (0)