From 2396d1147b1a979a6d4c574fedc567216628d947 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Fri, 5 Jan 2018 18:37:28 -0500 Subject: [PATCH] :zap: No renaming SVGs --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 39ad58f..d394135 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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')