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 have a strange problem with one of my quite old apps. I'm currently maintaining about 5 ror apps using mina and just one of them has such problem (while deploy.rb scripts seems to be exact the same).
The thing is, each time i make a deploy, the rails:assets_precompile step of my deploy.rb compiles all my assets, no matter if there were any changes or not. In my other apps, that step is skipped if there are no changes so i assume that's there is something wrong with my mina config / rails app.
I'm not quite sure if that's mina fault or not but i've decided to start from here. Have you any idea on how can i debug that or what can i do about that?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello!
I have a strange problem with one of my quite old apps. I'm currently maintaining about 5 ror apps using mina and just one of them has such problem (while deploy.rb scripts seems to be exact the same).
The thing is, each time i make a deploy, the
rails:assets_precompile
step of my deploy.rb compiles all my assets, no matter if there were any changes or not. In my other apps, that step is skipped if there are no changes so i assume that's there is something wrong with my mina config / rails app.I'm not quite sure if that's mina fault or not but i've decided to start from here. Have you any idea on how can i debug that or what can i do about that?
Thanks in advance!
The text was updated successfully, but these errors were encountered: