Skip to content

Commit 90d7ced

Browse files
author
Martin Lijanto
committed
Merge pull request #101 from winjs/icons
Glyphs updates.
2 parents 0805db2 + 4d18b67 commit 90d7ced

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2012
-1218
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ module.exports = function (grunt) {
8989
partials: ['src/doc/partials/**/*.hbs'],
9090
layout: ['src/doc/layouts/default.hbs'],
9191
flatten: true,
92+
data: 'src/doc/data/*.json',
9293

9394
// Set the version number
9495
version: '<%= pkg.version %>',

src/doc/components.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
<li role="presentation">
3636
<a href="#jumbotron">Jumbotron</a>
3737
</li>
38+
<li rolw="presentation">
39+
<a href="alerts.html">Alerts</a>
40+
</li>
3841
</ul>
3942
</div>
4043
</div>

0 commit comments

Comments
 (0)