brackets-jshint icon indicating copy to clipboard operation
brackets-jshint copied to clipboard

Skip blocks of minified code

Open thany opened this issue 11 years ago • 1 comments

Can we somehow make JSHint skip minified blocks of code?

I make it a habit to put blocks of minified (third-party) code at the top of my main JS file, so I don't have to combine them before deploying. Mind you it's minified, not packed. But minified code oftenly starts with a semicolon, so maybe ignore such lines?

thany avatar Feb 20 '14 12:02 thany

My extension just wraps the core JSHint library. If they support it, then the extension supports it.

cfjedimaster avatar Feb 20 '14 12:02 cfjedimaster