sprockets-rails
sprockets-rails copied to clipboard
Sprockets Rails integration
Hi there, I'm a very happy user of the aforementioned technologies and very grateful for the contributors. I've noticed a small issue that I was hoping to report when using...
We are seeing the `Sprockets::Rails::Helper::AssetNotPrecompiledError` error, but it doesn't happen all the time, and haven't been able to reproduce it. Sorry this issue is going to sound weird :(, but...
Prevent non-digest (not assets pipeline) relative path from being converted to root absolute path. Prevent convert url() in attached third-party css-styles libraries.
I'm in the process of updating a Rails 5.2 application to Rails 6.0, which necessitates updating from sprockets-rails 3.2.2 to sprockets-rails 3.4.2; sadly this upgrade breaks my application, as it...
### System configuration - Sprockets version is **4.1.1** - Sprockets-rails is **3.4.2** - Ruby version **3.1.2** - Ruby on Rails **7.0.3** - jQuery-UI **1.13.1** (third-party js-library stored local) - gem...
Is there any option to enable Subresource `integrity: true` by default? If not, would you accept PR to add that?
I work on a project which runs `rake assets:precompile` during a docker build stage, rather than at runtime. Since we don't know the URL root at buildtime, we pass in...
FIX: when processing sourcemap files that do not exist, also remove nested transformation extensions
The requirements about file extensions for sourcemaps, per the spec (https://sourcemaps.info/spec.html#h.9ppdoan5f016), are hazy at best. There is a recommendation that sourcemap file names _may_ match the generated file but with...
Propagate 2 asset-url fixes from `v3` to `v2` * https://github.com/rails/sprockets-rails/pull/476 Process css files so that they get digested paths for asset files * https://github.com/rails/sprockets-rails/pull/489 Add assets.resolve_assets_in_css_urls configuration option to allow...
I spent the last two days trying to fix this problem appearing on a `rake assets:precompile` task without success. I am migrating from - rails 6.0.1 -> 7.0.1 - webpack...