Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jruby optimization #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jlbfalcao
Copy link

My rails application took ~20minutes to run "rake assets:precompile"; I added support to use closure jar directly and now takes 4minutes.

But, I had some issues with tests; in some cases

Compiles: "window.a=function(b){return console.b("hello "+b)};hello.c=function(b){return b_b};hello("world");\n"
Expected: "window.a=function(b){return console.log("hello "+b)};hello.b=function(b){return b_b};hello("world");\n"

Well, it's don't affect me (I don't use ADVANCED_OPTIMIZATIONS) but I want resolve this - any clue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant