Skip to content

1.0.1 - A Sprockets v4 Bugfix

Compare
Choose a tag to compare
@smudge smudge released this 03 Jun 15:36
· 33 commits to main since this release
7016bac

Changes

Always register demo_mode assets for precompilation, regardless of Rails.env.

When assets:precompile runs with RAILS_ENV=production, demo_mode's should still be generated. This fixes issues with Sprockets v4. (Sprockets v3 would precompile application.* and images by default.)