This README concerns the development aspect of the project. Visit the site to learn how to use Rails Assets in your application.
git clone [email protected]:rails-assets/rails-assets.git && cd rails-assets
bundle install && npm install
foreman start
bundle exec rake 'component:convert[jquery,2.0.3]'
This will create rails-assets-NAME-VERSION.gem
file.
You can remove this component by issuing:
bundle exec rake 'component:destroy[jquery,2.0.3]'
Rails Assets used to be the fork of Gem in a Box.
Created by @teamon, @sheerun, and @porada.
Thanks for help to @jandudulski and contributors.