cgutierrez / JsMinifier

Sublime Text plugin for javascript minification using Google Closure compiler
131 stars 18 forks source link

Optimization Settings Unclear #14

Closed agryson closed 11 years ago

agryson commented 11 years ago

The settings file is not clear on the available optimization levels. Only the WHITESPACE_ONLYoption is documented (lines 7 & 8).

Expected: All valid options should be listed in the preceding comment

cgutierrez commented 11 years ago

I added the available options to the settings file along with a link to a full explanation of each one. Hope this helps!