mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
Merge pull request #16344 from twbs/sed-task
Fix #16075 by switching to maintained fork of grunt-sed
This commit is contained in:
@@ -389,6 +389,14 @@ module.exports = function (grunt) {
|
|||||||
return old ? RegExp.quote(old) : old;
|
return old ? RegExp.quote(old) : old;
|
||||||
})(),
|
})(),
|
||||||
replacement: grunt.option('newver'),
|
replacement: grunt.option('newver'),
|
||||||
|
exclude: [
|
||||||
|
'dist/fonts',
|
||||||
|
'docs/assets',
|
||||||
|
'fonts',
|
||||||
|
'js/tests/vendor',
|
||||||
|
'node_modules',
|
||||||
|
'test-infra'
|
||||||
|
],
|
||||||
recursive: true
|
recursive: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@@ -56,7 +56,7 @@
|
|||||||
"grunt-jekyll": "~0.4.2",
|
"grunt-jekyll": "~0.4.2",
|
||||||
"grunt-jscs": "~1.6.0",
|
"grunt-jscs": "~1.6.0",
|
||||||
"grunt-saucelabs": "~8.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",
|
"load-grunt-tasks": "~3.1.0",
|
||||||
"markdown-it": "^4.1.1",
|
"markdown-it": "^4.1.1",
|
||||||
"npm-shrinkwrap": "^200.1.0",
|
"npm-shrinkwrap": "^200.1.0",
|
||||||
|
13
test-infra/npm-shrinkwrap.json
generated
13
test-infra/npm-shrinkwrap.json
generated
@@ -3879,12 +3879,17 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"grunt-sed": {
|
"grunt-sed": {
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/grunt-sed/-/grunt-sed-0.1.1.tgz",
|
"from": "grunt-sed@git://github.com/twbs/grunt-sed.git#8dd1aea67ad1bab8a6719f0cf209bef719c66ad7",
|
||||||
|
"resolved": "git://github.com/twbs/grunt-sed.git#8dd1aea67ad1bab8a6719f0cf209bef719c66ad7",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"lodash": {
|
||||||
|
"version": "3.7.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz"
|
||||||
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"version": "0.2.10",
|
"version": "0.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/replace/-/replace-0.2.10.tgz",
|
"resolved": "https://registry.npmjs.org/replace/-/replace-0.3.0.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"colors": {
|
"colors": {
|
||||||
"version": "0.5.1",
|
"version": "0.5.1",
|
||||||
|
Reference in New Issue
Block a user