ruby-yui-compressor icon indicating copy to clipboard operation
ruby-yui-compressor copied to clipboard

A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.

Results 6 ruby-yui-compressor issues
Sort by recently updated
recently updated
newest added

for ( var i = 0, len = sel.options.length; i < len; i++ ) { } compresses successfully for ( let i = 0, len = sel.options.length; i < len;...

we had misconfiguration on Rails application on our server that was incorrectly compiling assets. this was cousing Airbreak to capture non descriptive error ``` NoMethodError: undefined method `zero?' for nil:NilClass...

alternative PR solution for https://github.com/sstephenson/ruby-yui-compressor/pull/45

The YUI::CssCompressor is currently removing the units from transitions that use 0. Example CSS file: ``` .stuff { transition: opacity 0ms ease-out 200ms; } ``` Which gets compressed to (using...

Im using JRuby and got tired of slow asset precompiling with the :uglifier and :sass compilers. I installed yui-compiler (0.12.0) and tried precompiling in development mode and it ran pretty...