This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: Asset pipeline was throwing
can't modify immutable index
.
Moving the `ActiveSupport.on_load(:after_initialize)` inside the `sprockets.environment` initializer wasn't enough. So we're checking if the `compile` flag is set, before registering the dependencies.
- Loading branch information