]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Write Glyphicons to _data, generate Glyphicons markup 11930/head
authorRoss Allen <rossgit@gmail.com>
Thu, 19 Dec 2013 04:15:23 +0000 (20:15 -0800)
committerRoss Allen <rossgit@gmail.com>
Thu, 19 Dec 2013 04:15:51 +0000 (20:15 -0800)
commitb048ea545f06621e42d2f55afcc0ff819b5805ba
tree11134a74378bd2c70c80012e1a59543396446537
parent4eaa297e683ffb1e0718ea2d77d2babfae1863bc
Write Glyphicons to _data, generate Glyphicons markup

This generates a glyphicons.yml file from the glyphicons.less source,
and then components.html uses that data to generate the Glyphicons docs
by iterating through the data. The _data directory was introduced in
Jekyll 1.3.0, and GitHub Pages is already on [version 1.4.2][1].

Fixes #11862.

[1] https://github.com/github/pages-gem/blob/master/github-pages.gemspec#L16
Gruntfile.js
_data/glyphicons.yml [new file with mode: 0644]
components.html