Skip to content

Commit a478f19

Browse files
docs(site): Add 'Provider' text near gear icon
1 parent b0c6aa2 commit a478f19

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Gruntfile.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,11 @@ module.exports = function (grunt) {
140140

141141
grunt.registerTask('widedocs', 'Convert to bootstrap container-fluid', function () {
142142
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')
143+
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')
144148
);
145149
});
146150

0 commit comments

Comments
 (0)