Skip to content

Jruby optimization#17

Open
jlbfalcao wants to merge 1 commit intodocumentcloud:masterfrom
jlbfalcao:master
Open

Jruby optimization#17
jlbfalcao wants to merge 1 commit intodocumentcloud:masterfrom
jlbfalcao:master

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.

1 participant