Skip to content

Instantly share code, notes, and snippets.

View Panman82's full-sized avatar

Ryan Panning Panman82

View GitHub Profile
@Panman82
Panman82 / Brocfile.js
Created July 11, 2014 16:45
Using FontAwesome with Ember CLI
// First `bower install --save fontawesome`
// Second, make sure you have the required broccoli packages
// http://ember-cli.com/managing-dependencies/#other-assets
// `npm install --save-dev broccoli-static-compiler`
// `npm install --save-dev broccoli-merge-trees`
/* global require, module */
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var PickFiles = require('broccoli-static-compiler');