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