5

Our RoR app uses quite a few assets that need to be precompiled. It usually took several minutes for assets:precompile to run.

However recently something very strange happened: simple rake assets:precompile never ends (waited few hours).

I've found a workaround:

rake assets:precompile --trace

However it would be great to fix it anyways. Any ideas about a reason?

4

2 に答える 2

0

私はこれと同じ問題を抱えていて、どこかの要点を介してこの素晴らしい宝石 (Steve Agalloco による) に出会いました。とにかく、魅力的です!

https://github.com/spagalloco/capistrano-local-precompile

于 2013-11-21T07:05:26.690 に答える