]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix #16075 by switching to maintained fork of grunt-sed
authorChris Rebert <code@rebertia.com>
Thu, 23 Apr 2015 19:00:58 +0000 (12:00 -0700)
committerChris Rebert <code@rebertia.com>
Thu, 23 Apr 2015 19:11:57 +0000 (12:11 -0700)
[skip sauce]
[skip validator]

Gruntfile.js
package.json

index 1bffd7c347526852195af03ab657169c74df1fca..ce218828e063204c03f6d41581125ec6bb0bf6bf 100644 (file)
@@ -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
       }
     },
index 1345ef4096c268180def942534f321f80083cd59..f012d8430a1eb816348145bab4fe390f501cf15d 100644 (file)
@@ -56,7 +56,7 @@
     "grunt-jekyll": "~0.4.2",
     "grunt-jscs": "~1.6.0",
     "grunt-saucelabs": "~8.6.0",
-    "grunt-sed": "~0.1.1",
+    "grunt-sed": "twbs/grunt-sed#v0.2.0",
     "load-grunt-tasks": "~3.1.0",
     "markdown-it": "^4.1.1",
     "npm-shrinkwrap": "^200.1.0",