Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 507 Bytes

NOTES.md

File metadata and controls

29 lines (17 loc) · 507 Bytes

Developer notes

icons.json

The file support/icons.json has a machine-readable JSON representation of the icon fonts.

It is auto-generated by Rake.

Rake task

Type rake to auto-build the reference file (index.html) and the JSON manifest.

$ rake
==> Writing support/icons.json
==> Updating index.html

Previewing

$ open index.html

or online: http://rstacruz.github.io/sass_icon_fonts

Updating the website

$ git push origin master:gh-pages