Commit 4f85fcfc authored by Chris Rebert's avatar Chris Rebert

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

[skip sauce]
[skip validator]
parent 6ba595f3
......@@ -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
}
},
......
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