Closed scudco closed 11 years ago
is it merged? we are depending on it. https://github.com/sstephenson/ruby-yui-compressor/issues/19
Almost six months later and no word on this getting merged in :\
Any hope of getting this merged in?
facepalm. 1 year old pull request
Looks like the author doesn't need this anymore.
This would be a welcome addition. Is this repository no longer maintained?
I added some commits that should resolve this issue: https://github.com/sstephenson/ruby-yui-compressor/commit/9002be3ea1c44ea94e6e08361bf311e057693195
One of the smaller servers I use yui-compressor on seems to blow up unless I set the -Xmx64M flag. This is just a small commit to allow the initializer to accept
:java_opts
. So you can do something like:YUI::JavaScriptCompressor.new(:java_opts => '-Xmx64M')