rails-assets icon indicating copy to clipboard operation
rails-assets copied to clipboard

The solution to assets management in Rails

Results 32 rails-assets issues
Sort by recently updated
recently updated
newest added

There seems to be two naming conventions for components: - The one used for dependencies without namespace : `rails-assets-BOWER_PACKAGE_NAME` - The normal one with namespace : `rails-assets-USERNAME--BOWER_PACKAGE_NAME` So if you...

I use `bootstrap-sass` gem because I like to use variable and mixins form it: ``` ruby gem 'bootstrap-sass' ``` I've installed `bootstrap-multiselect` library form rails-assets: ``` ruby gem 'rails-assets-bootstrap-multiselect'` ```...

question