Open ses4j opened 10 years ago
+1
Same issue. I had to add the yui-compressor gem to my rails Gemfile, despite yui compressor being the documented default and there not being any indication that the gem needs to be installed separately. Seems strange that the default compressor would not be a dependency, but a non-default compressor would be a dependency.
Jammit was falling back to jsmin without any warning or error. If my config file says yui, please fail if yui can't be loaded. Falling back is just confusing.
I was configured to use the Google Closure Compiler:
But was unwittingly falling back to jsmin because
was failing silently due to it not being installed.