aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 1bffd7c34..ce218828e 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -389,6 +389,14 @@ module.exports = function (grunt) {
return old ? RegExp.quote(old) : old;
})(),
replacement: grunt.option('newver'),
+ exclude: [
+ 'dist/fonts',
+ 'docs/assets',
+ 'fonts',
+ 'js/tests/vendor',
+ 'node_modules',
+ 'test-infra'
+ ],
recursive: true
}
},