-
Notifications
You must be signed in to change notification settings - Fork 285
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
Using cloudinary-url in scss with webpacker #294
Comments
Hi @christofdamian. We currently do not support the |
@roeeba Any update for this? We need to access images from both standard Rails code, preferably using the rails/webpacker helpers as well as React code that uses Webpack's processing of the client-side assets so that background images can be found per the Webpack fingerprinting. Or is there a better way to have a DRY solution where images can be accessed via standard Rails and React code? |
Hi @justin808. Sorry for the delayed reply. Please let me check it internally. Update to follow. |
@justin808 - The ETA is February 25th. stay tuned for our updates :) |
@roeeba Any progress on this by any chance? Thanks. |
Hi @bbrassart, checking with the team. Update to follow. |
Any update on this one ? |
Hi @dacloutier-logmein Just checking our internal ticket on the latest. Its status is 'in review' but I'll see if I can provide more details than that. |
Any updates? |
We are switching from sprockets to webpacker in Rails.
Our current setup is using cloudinary-url in scss a lot to host and scale the images on cloudinary.
This doesn't seem to work with webpack. Is there any workaround for this?
The text was updated successfully, but these errors were encountered: