# Rails Asset Builder (RAB) Rails Asset Builder (RAB) builds Rails asset as a gem from a [bower](http://bower.io/) project. ## Installation ``` gem install rab ``` ## Usage ``` rab build BOWER_PROJECT GEM_FOLDER ``` ## Contributing 1. Fork it (https://github.com/jingweno/rab/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request