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

I've got a project called helmsman (AngularJS menu system) which I'm trying to update in rails-assets to 0.3.0. I've tried adding it to the website a few times and it...

The solution suggested in #132 to avoid conflicts with rails-assets and non-rails-assets for bootstrap is to use an initalizer with : ``` ruby Rails.configuration.assets.paths.reject! do |path| path.include?('rails-assets-bootstrap') end ``` However,...

question

From @jnylen: fix the "honey.js.js" thing when the name itself have a ".js"

rails-assets-angular-scroll-pane depends on "jscrollpane" but jscrollpane pointing to "jScrollPane" at https://github.com/vitch/jScrollPane And even though in bundle it would say "Installing rails-assets-jscrollpane 2.0.23", and installed, when running "rails s" it will...

If someone requests a gem that doesn't exist, the servers dump HTML to the console. Not a great UX. This was the cause of https://github.com/tenex/rails-assets/issues/403

We need to require the pkgd version, similar to #400: ``` //= require imagesloaded/imagesloaded.pkgd ```

demo html files are generated as asset templates which causes error when compiling assets ``` # inside the generate gem. # ..../gems/rails-assets-thatisuday--ng-image-gallery-2.0.8/app - javascripts/ - stylesheets/ - templates/ng-image-gallery/demo conf.html main.html...

The old sites design used to list all available files that I could manually include. I consistently find myself missing this feature with the new site. Would be nice if...

See [my comment](https://github.com/bundler/bundler/issues/5051#issuecomment-252011863) on [this issue in Bundler](https://github.com/bundler/bundler/issues/5051) for more info and [this blog post for full explanation and workaround](http://collectiveidea.com/blog/archives/2016/10/06/bundlers-multiple-source-security-vulnerability/). TLDR: Using source blocks around 3rd party gems supposedly doesn't...

ocLazyLoad currently has a dependency on angular (from [here](https://github.com/ocombe/ocLazyLoad/blob/master/bower.json)): ``` js "dependencies": { "angular": ">=1.2.x