Skip to content

tenex/rails-assets

 
 

Repository files navigation

Rails Assets Build Status

Bundler to Bower proxy

This README concerns the development aspect of the project. Visit the site to learn how to use Rails Assets in your application.

Development

Setup

git clone [email protected]:rails-assets/rails-assets.git && cd rails-assets
bundle install && npm install
cp config/database{.sample,}.yml
cp config/application{.sample,}.yml
# edit config/database.yml and config/application.yml if necessary.
bin/rake db:setup
foreman start

Convert Bower package into Ruby gem using CLI

bin/rake 'component:convert[jquery,2.0.3]'

This will create rails-assets-NAME-VERSION.gem file.

You can remove this component by:

bin/rake 'component:destroy[jquery,2.0.3]'

Credits

Rails Assets used to be the fork of Gem in a Box.


Created by @teamon and @porada. Maintained by @sheerun.

Thanks for help to @jandudulski and contributors.

About

The solution to assets management in Rails

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 66