-
Notifications
You must be signed in to change notification settings - Fork 346
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
Support Webpacker assets by default #388
Comments
Beyond default value, the great benefit would be only uploading based on a diff/manifest like the sprockets assets. Uploading all [EDIT] I added a function to get the Once you do this, you may want to add the
WARNING: This is meant as an example only. It is untested and hardcoded to our use case. |
Did anything ever happen with this? Or do we have to precompile and upload assets manually? |
I think currently Webpacker support is like this section in README |
Thank you! That did it. This should be like, highlighted and pinned lol |
There is a section actually |
I see I just didn't read far enough down 😅 thanks! |
With Webpacker being builtin and enabled by default in current rails - does it make sense to transparently default to supporting Webpacker assets if it's being used?
Would a PR adding this to the default value of
add_local_file_paths
be welcome?The text was updated successfully, but these errors were encountered: