Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-04-23 22:00:58 +0300
committerChris Rebert <code@rebertia.com>2015-04-23 22:11:57 +0300
commit4f85fcfc28aee49884dbab86cdd435bc96ef06d0 (patch)
tree8a5d204a672aa9ee59594549860ea813aa4809e7 /Gruntfile.js
parent6ba595f3fffee275922c377a7cc1bc46fc5e58c1 (diff)
Fix #16075 by switching to maintained fork of grunt-sed
[skip sauce] [skip validator]
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 1bffd7c347..ce218828e0 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
}
},