From: Chris Rebert Date: Thu, 23 Apr 2015 19:00:58 +0000 (-0700) Subject: Fix #16075 by switching to maintained fork of grunt-sed X-Git-Tag: v3.3.5~100^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f85fcfc28aee49884dbab86cdd435bc96ef06d0;p=thirdparty%2Fbootstrap.git Fix #16075 by switching to maintained fork of grunt-sed [skip sauce] [skip validator] --- 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 } }, diff --git a/package.json b/package.json index 1345ef4096..f012d8430a 100644 --- a/package.json +++ b/package.json @@ -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",