MeteorPackaging / Font-Awesome

The iconic font and CSS toolkit
http://atmospherejs.com/fortawesome/fontawesome
27 stars 6 forks source link

Font Awesome packaged for Meteor.js.

Please note that starting with Meteor 1.3, you should be using npm packages directly.

Wrapper packages such as this one are now obsolete.

Usage

Just run meteor add fortawesome:fontawesome in your project, then use the standard Font Awesome markup:

<i class="fa fa-home"></i> Home

Issues

If you encounter an issue while using this package, please CC @dandv when you file it in this repo.

Building

  1. npm install (or just yarn)
  2. Edit autopublish.json and update the version number.
  3. node_modules/.bin/gulp getUpstream
  4. node_modules/.bin/gulp updateVersion

Now you can commit the updated package.js and autopublish.json (even though the latter is no longer useful after the decommission of autopublish).

To test Font Awesome interactively, run

node_modules/.bin/gulp test

DONE

TODO