mirror of
https://github.com/seigler/seigler.github.io
synced 2025-07-26 23:06:09 +00:00
⚡ No renaming SVGs
This commit is contained in:
parent
f9fdb02661
commit
2396d1147b
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ gulp.task('build:site', ['clean:site', 'build:less', 'build:icons'], function ()
|
|||
.pipe(revAll.revision({ dontRenameFile: [
|
||||
/^\/favicon\.ico$/g,
|
||||
/\.html$/g,
|
||||
/\.xml$/g
|
||||
/\.xml$/g,
|
||||
/\.svg$/g
|
||||
] }))
|
||||
.pipe(gulp.dest('./cdn'));
|
||||
gulp.src('./dist/.nojekyll')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue