Font-Awesome/meteor
2014-11-26 05:08:23 -08:00
..
package.js Integration with Meteor.js, http://meteor.com 2014-11-26 05:08:23 -08:00
publish.sh Integration with Meteor.js, http://meteor.com 2014-11-26 05:08:23 -08:00
README.md Integration with Meteor.js, http://meteor.com 2014-11-26 05:08:23 -08:00
runtests.sh Integration with Meteor.js, http://meteor.com 2014-11-26 05:08:23 -08:00
test.js Integration with Meteor.js, http://meteor.com 2014-11-26 05:08:23 -08:00

Packaging Font Awesome for Meteor.js, the most popular full-stack JavaScript framework on GitHub (http://meteor.com).

DONE

  • Tests that fonts are downloadable
  • Visual check

TODO

  • Figure out exactly what font files are needed and trim unnecessary ones (woff, eot, svg) - perhaps in specialized packages
  • Read the src/test.html file into the test directly instead of via rawgit - how to do this with TinyTest?
  • Explain the magic behind how Meteor resolves CSS @font-face src url('../fonts/...') to the correct /packages/.../fonts/... path