-
Notifications
You must be signed in to change notification settings - Fork 247
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
Process css files so that they get digested paths for asset files #476
Conversation
356bfd4
to
92b588e
Compare
This is required so that we can use cssbundling-rails and reference images that will receive digested paths
92b588e
to
21faf54
Compare
Test errors? |
Any idea how to run those tests? I see:
|
Seems like it's one specific failure:
|
after the upgrade to sprockets-rails 3.3.0. See rails/sprockets-rails#476
after the upgrade to sprockets-rails 3.3.0. See rails/sprockets-rails#476
Should this make it no longer necessary to use eg I think something in this change broke one of my apps, which is now having trouble resolving some assets. I am trying to figure out what happened, and will file an issue if I can figure out more. But I'm trying to make sure I understand the intent and effect of this change, so asking here. Thanks! |
Just read the documentation and don't see a better way to have images show up. I'm using leaflet.js and some images are needed. I copied |
This is required so that we can use cssbundling-rails and reference images that will receive digested paths