syabruk / rails-assets

The solution to assets management in Rails

Home Page:http://rails-assets.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:rails-assets/rails-assets.git && cd rails-assets
bundle install && npm install
foreman start

Convert Bower package into Ruby gem using CLI

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]'

Credits

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.

About

The solution to assets management in Rails

http://rails-assets.org


Languages

Language:Ruby 89.1%Language:CSS 7.8%Language:CoffeeScript 2.7%Language:Shell 0.4%Language:JavaScript 0.0%