trentrichardson / Clientside

Sublime Text plugin to minify, format, and lint CSS and Javascript
26 stars 4 forks source link

Integration of other javascript compilers #2

Closed s7anley closed 12 years ago

s7anley commented 12 years ago

I would like to use your module as a replacement for a JsFormat JsMinifier. Are there any plans add support for Google Closure Compiler or UglifyJS?

trentrichardson commented 12 years ago

Currently I havent planned to but I would be open to it. I just used jsmin since it was simple and had a python implementation. On Sep 23, 2012 9:13 AM, "s7anley" notifications@github.com wrote:

I would like to use your module as a replacement for a JsFormat JsMinifier. Are there any plans add support for Google Closure Compiler or UglifyJS?

— Reply to this email directly or view it on GitHubhttps://github.com/trentrichardson/Clientside/issues/2.

s7anley commented 12 years ago

Thanks for the quick reply. I'll try it jsmin and will see if it's okey.