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
ln -sf ../data/{latest_specs.4.8.gz,prerelease_specs.4.8.gz,quick,specs.4.8.gz,gems} public
foreman start
rake "convert[NAME]"
This will create rails-assets-NAME-VERSION.gem
file.
/gems -> DATA_DIR/gems
/quick -> DATA_DIR/quick
/latest_specs.4.8.gz -> DATA_DIR/latest_specs.4.8.gz
/prerelease_specs.4.8.gz -> DATA_DIR/prerelease_specs.4.8.gz
/specs.4.8.gz -> DATA_DIR/specs.4.8.gz
Rails Assets used to be the fork of Gem in a Box.
Created by @teamon and @porada.
Thanks for help to @sheerun, @jandudulski and contributors.