No renaming SVGs

This commit is contained in:
Joshua Seigler 2018-01-05 18:37:28 -05:00
parent f9fdb02661
commit 2396d1147b

View file

@ -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')