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

Extract option #95

Open
opus1269 opened this issue Oct 20, 2015 · 3 comments
Open

Extract option #95

opus1269 opened this issue Oct 20, 2015 · 3 comments

Comments

@opus1269
Copy link

Would like to see support for the extract option, similar to how gulp-jshint does it.

@sindresorhus
Copy link
Contributor

Can link to such option or explain it? (I know I can Google it, but I shouldn't have to.)

@opus1269
Copy link
Author

Here is a link to the usage:

https://www.npmjs.com/package/gulp-jshint#extract

Here is a link to the code:

https://github.com/spalger/gulp-jshint

jscs has a --extract CLI

The basic use case is to check code that is in-lined in an html file. For example, Polymer based Web Components in-line their code.

@sindresorhus
Copy link
Contributor

Sounds like a good feature. PR welcome. It should use JSCS to do the extraction, like the CLI does.

@sindresorhus sindresorhus changed the title Enhancement request: extract option Extract option Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants