Our RoR application uses quite a few resources that must be precompiled. It assets:precompileusually took a few minutes to complete.
However, recently something very strange has happened: simple rake assets:precompilenever ends (they waited several hours).
I found a workaround:
rake assets:precompile --trace
However, it would be great to fix this. Any ideas on the reason?
source
share