-
Notifications
You must be signed in to change notification settings - Fork 1.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
fixes webpacker:clean erroring because of nested hashes on manifest #2318
fixes webpacker:clean erroring because of nested hashes on manifest #2318
Conversation
@jakeNiemiec I believe these changes are a bit more idiomatic than the previous added pr, plus it includes at least one test to ensure it won't happen again. |
FYI, this should be merged before a new release is cut, as Heroku is waiting on this being functional & stable to add webpacker caching support, which would really speed up build times: heroku/heroku-buildpack-ruby#892 |
90cdc1b
to
625a5ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see comments
@gauravtiwari and @swrobel I'll probably be looking into this today to fix the underlined issues |
625a5ec
to
e04cd3a
Compare
e04cd3a
to
0c7a9f7
Compare
@jakeNiemiec @gauravtiwari and @swrobel I think it's good to go now! |
lgtm |
please merge |
I think I hit this issue also (as part of my first experiment with this webpacker gem...). Any ETA when release including fix would be available? Tried out fix. It seems that it fixed immediate visible problem (deployment was failing). |
Fixes #2310