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

Speed up lint by avoiding '**/*.js' matching pattern #517

Merged
merged 1 commit into from
Oct 31, 2016

Conversation

darrachequesne
Copy link
Member

@darrachequesne darrachequesne commented Oct 31, 2016

Before:

[02:01:45] Using gulpfile ~/git/engine.io-client/gulpfile.js
[02:01:45] Starting 'lint'...
[02:02:07] Finished 'lint' after 22 s
[02:02:07] Starting 'test'...

After:

[02:02:34] Using gulpfile ~/git/engine.io-client/gulpfile.js
[02:02:34] Starting 'lint'...
[02:02:36] Finished 'lint' after 2.67 s
[02:02:36] Starting 'test'...

@darrachequesne darrachequesne merged commit 75b7fda into socketio:master Oct 31, 2016
@darrachequesne darrachequesne added this to the 1.8.0 milestone Nov 20, 2016
This pull request was closed.
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

Successfully merging this pull request may close these issues.

1 participant