Commit 84e15751 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #16344 from twbs/sed-task

Fix #16075 by switching to maintained fork of grunt-sed
parents 71f4abc2 be6691cc
......@@ -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
}
},
......
......@@ -3879,12 +3879,17 @@
}
},
"grunt-sed": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/grunt-sed/-/grunt-sed-0.1.1.tgz",
"version": "0.2.0",
"from": "grunt-sed@git://github.com/twbs/grunt-sed.git#8dd1aea67ad1bab8a6719f0cf209bef719c66ad7",
"resolved": "git://github.com/twbs/grunt-sed.git#8dd1aea67ad1bab8a6719f0cf209bef719c66ad7",
"dependencies": {
"lodash": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz"
},
"replace": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/replace/-/replace-0.2.10.tgz",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/replace/-/replace-0.3.0.tgz",
"dependencies": {
"colors": {
"version": "0.5.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment