sstephenson / ruby-yui-compressor

A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.
217 stars 57 forks source link

Allow java vm flags to be passed in #9

Closed scudco closed 11 years ago

scudco commented 13 years ago

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')

wizztjh commented 13 years ago

is it merged? we are depending on it. https://github.com/sstephenson/ruby-yui-compressor/issues/19

scudco commented 13 years ago

Almost six months later and no word on this getting merged in :\

shedd commented 13 years ago

Any hope of getting this merged in?

andrew-aladev commented 12 years ago

facepalm. 1 year old pull request

argent-smith commented 12 years ago

Looks like the author doesn't need this anymore.

stevecrozz- commented 11 years ago

This would be a welcome addition. Is this repository no longer maintained?

stevecrozz commented 11 years ago

I added some commits that should resolve this issue: https://github.com/sstephenson/ruby-yui-compressor/commit/9002be3ea1c44ea94e6e08361bf311e057693195