We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c6aa2 commit a478f19Copy full SHA for a478f19
Gruntfile.js
@@ -140,7 +140,11 @@ module.exports = function (grunt) {
140
141
grunt.registerTask('widedocs', 'Convert to bootstrap container-fluid', function () {
142
promising(this,
143
- system('sed -i.bak -e \'s/class="row"/class="row-fluid"/\' -e \'s/role="main" class="container"/role="main" class="container-fluid"/\' site/index.html')
+ system(
144
+ 'sed -i.bak ' +
145
+ '-e \'s/class="row"/class="row-fluid"/\' ' +
146
+ '-e \'s/icon-cog"><\\/i>/icon-cog"><\\/i>Provider/\' ' +
147
+ '-e \'s/role="main" class="container"/role="main" class="container-fluid"/\' site/index.html')
148
);
149
});
150
0 commit comments