Updated for Rails 4.0.0+
-
Set up the
bowergem. -
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" |