2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+8
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
}
},