Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove sprockets #444

Merged
merged 2 commits into from
Nov 6, 2019
Merged

Remove sprockets #444

merged 2 commits into from
Nov 6, 2019

Conversation

duncanjbrown
Copy link
Contributor

Context

Driven by #442.

Rails 6.0.1 pulls in a newer version of sprockets, which a) we don't use and b) now breaks on initialization because we haven't set it up properly.

Changes proposed in this pull request

Remove Sprockets altogether following advice at rails/sprockets-rails#444

Guidance to review

Confirm it's gone everywhere.

A recent change to Sprockets caused the mere inclusion of
sprockets/rails to attempt to initialize the asset pipeline, which
depends on the presence of a manifest.js file in app/assets/config.

Remove all trace of sprockets and its brethren config.assets (which
break unless sprockets/rails is required).
We're never putting this back
@duncanjbrown duncanjbrown merged commit 6dab513 into master Nov 6, 2019
@duncanjbrown duncanjbrown deleted the remove-sprockets branch November 6, 2019 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants