0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Fix #16075 by switching to maintained fork of grunt-sed

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2015-04-23 12:00:58 -07:00
parent 6ba595f3ff
commit 4f85fcfc28
2 changed files with 9 additions and 1 deletions

View 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
}
},

View 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",