Updated for Rails 4.0.0+
-
Set up the
bower
gem. -
Follow the Bower instructions and list your dependencies in your
bower.json
, e.g.// bower.json
{
Updated for Rails 4.0.0+
Set up the bower
gem.
Follow the Bower instructions and list your dependencies in your bower.json
, e.g.
// bower.json
{
# Info/code for this file were borrowed from the following places: | |
# http://bit.ly/174dkWL | |
# https://gist.github.com/adamcrown/932231 | |
# https://gist.github.com/patmcnally/893833 | |
begin | |
# ansi colors | |
ANSI = {} | |
ANSI[:RESET] = "\e[0m" |