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
Hello!
I'm using mina for some time now (like year or something) and few days ago i have encountered a strange issue in one of my projects (others works just fine so it's even more strange).
If mina skips assets precompilation, the following command is runned (according to --verbose)
As far as i know, that's exactly how it should look. However, on my server, after a deploy, assets are placed not in ./public/assets directory but ./public/assets/assets whic obviously breaks my application and i need to run mina rake[assets:precompile] manually each time assets precompilation is skipped during a deploy.
Have you any idea what the hell is going on in here? Is that some kind of my server configuration related stuff or mina bug?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello!
I'm using mina for some time now (like year or something) and few days ago i have encountered a strange issue in one of my projects (others works just fine so it's even more strange).
If mina skips assets precompilation, the following command is runned (according to
--verbose
)As far as i know, that's exactly how it should look. However, on my server, after a deploy, assets are placed not in
./public/assets
directory but./public/assets/assets
whic obviously breaks my application and i need to runmina rake[assets:precompile]
manually each time assets precompilation is skipped during a deploy.Have you any idea what the hell is going on in here? Is that some kind of my server configuration related stuff or mina bug?
Thanks in advance.
The text was updated successfully, but these errors were encountered: