-
-
Notifications
You must be signed in to change notification settings - Fork 529
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 #1117
Comments
6 tasks
stevepolitodesign
added a commit
that referenced
this issue
Dec 15, 2022
Remove obsolete CSS tooling such as bourbon in favor of postcss. This change requires us to use cssbundling-rails and jsbundling-rails. We needed to keep `sprockets` to prevent existing tests from failing when the app is generated in API only mode, but #1117 will explore a solution. Co-authored-by: Eric Milford <[email protected]>
Closed by #1135 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think we need
sprockets
anymore, but the tests for an API-only app fail when it's removed. For now, I've done the following:The text was updated successfully, but these errors were encountered: