Why rob assets: recompile forever?

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?

+5
source share
2 answers

Is it required forever on your local computer or on a production server?

, - AWS. CPU, AWS . . http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts_micro_instances.html

, .

+1

All Articles