-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add support for sprockets-rails
3 and sprockets
4.
#965
Conversation
`sprockets-rails` 3 already precompiles any asset that is referenced by the `font-path` and `image-path` helpers, and `sprockets` 4 does not support Regexpes as the `precompile` flag.
Add support for `sprockets-rails` 3 and `sprockets` 4.
Thanks! |
I'm trying rails 5 and spent 2 hours to realize I need this fix, would be great if can release a new version to avoid other developer burning their time. |
bootstrap-sass need below patch. twbs/bootstrap-sass#965
bootstrap-sass need below patch. twbs/bootstrap-sass#965
bootstrap-sass need below patch. twbs/bootstrap-sass#965
bootstrap-sass need below patch. twbs/bootstrap-sass#965
bootstrap-sass need below patch. twbs/bootstrap-sass#965
I believe the following may have introduced a breaking change: When running the tests for https://github.com/alphagov/govuk_admin_template, a gem and tested against a dummy Rails 3 app,
|
sprockets-rails
3 already precompiles any asset that is referenced by thefont-path
andimage-path
helpers, andsprockets
4 does not support Regexpes as theprecompile
flag.