You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a suggestion in order to improve developer experience if possible.
I ran into an issue earlier where a cp -r command within a Docker file was not copying this particular dot-file for some reason, took me about 6 hours to figure out why the application was down and the only message in the logs was that application.css is not present in the assets pipeline when it actually was there.
Perhaps the error message could be a bit more accurate, eg: .sprockets-manifest-gibberish.json missing or even better if it could try to build the asset rather than keep the application down indefinitely, or fall back to the raw file within app/assets such as it is.
Thank you for the awesome work! 🥰
Cheerios
The text was updated successfully, but these errors were encountered:
Hello,
This is more of a suggestion in order to improve developer experience if possible.
I ran into an issue earlier where a
cp -r
command within a Docker file was not copying this particular dot-file for some reason, took me about 6 hours to figure out why the application was down and the only message in the logs was thatapplication.css is not present in the assets pipeline
when it actually was there.Perhaps the error message could be a bit more accurate, eg:
.sprockets-manifest-gibberish.json missing
or even better if it could try to build the asset rather than keep the application down indefinitely, or fall back to the raw file within app/assets such as it is.Thank you for the awesome work! 🥰
Cheerios
The text was updated successfully, but these errors were encountered: