cgutierrez / JsMinifier

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

Ignore empty responses from the minifier #4

Closed cgutierrez closed 12 years ago

cgutierrez commented 12 years ago

When there are parse errors in the javascript, the google closure service doesn't return anything. This needs to be accounted for an should notify the user.

cgutierrez commented 12 years ago

This should report errors in the javascript that prevent minification