Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip blocks of minified code #43

Open
thany opened this issue Feb 20, 2014 · 1 comment
Open

Skip blocks of minified code #43

thany opened this issue Feb 20, 2014 · 1 comment

Comments

@thany
Copy link

thany commented Feb 20, 2014

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?

@cfjedimaster
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants