emberjs/ember-rails

ember+uglifier unbearably slow

ninja- opened this issue · 3 comments

precompiling assets in production is really, really slow when ember is included. can we do anything about it?

EDIT: after removing vendor/assets/ember the time is just 30 seconds. That's weird. But I'll stay with using ember-source gem instead.

I can't believe I am the only(first?) one facing this problem...this takes about 140 seconds for me to precompile with uglifier.

maybe we could wrap all the code in production folder with "eval"?

What version of uglifier? I've found the 2.x branch to be unbearably slow, never investigated the reason, just stuck to 1.x instead