Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carl-alberto/2a836386882d41849908651dfd83b841 to your computer and use it in GitHub Desktop.
Save carl-alberto/2a836386882d41849908651dfd83b841 to your computer and use it in GitHub Desktop.
Commands to add fontawesome in your sage theme
//run this to download the latest fontawesome via bower
bower install --save fontawesome
//this will make sure that you have all necessary dependencies
npm install grunt-contrib-copy --save-dev
// after running the commands above, you will have this entry in your bower.json file
// "dependencies": {
// "bootstrap-sass": "3.3.6",
// "font-awesome": "fontawesome#^4.6.3"
// },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment