-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
Assets precompile error #435
Comments
@alleycat-at-git @Tamiyadd Ahh! this must be related to the sprockets version. We need to check for that and maybe allow either file. Let me know on the sprockets version and we'll try to get this fixed asap. Also, can you post the contests of your manifest-*.json file? |
@alleycat-at-git i tried your PR and it works like a charm! for your info i'm using sprockets |
Cool! I think we now that you checked it worked, we don't need the file anymore.
|
Released in 6.0.1. |
Hi @justin808, i upgraded my react on rails version from 6.0.0.rc1 to 6.0.0 but i started to get an error on assets precompile.
When precompiling assets it throws the following error:
i investigated in that line of code and found that the gem search for
.sprockets-manifest-*.json
manifest file but i have amanifest-*.json
manifest file.Maybe the problem is there? i don't know why with the rc1 everything works well and with this version it's not working
can you help me?
thanks
The text was updated successfully, but these errors were encountered: