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

Possible speed boost ? #37

Closed
vicb opened this issue Jul 30, 2016 · 2 comments
Closed

Possible speed boost ? #37

vicb opened this issue Jul 30, 2016 · 2 comments
Labels

Comments

@vicb
Copy link
Contributor

vicb commented Jul 30, 2016

While running gulp format on angular, it seems like a lot of files get written.

Does that mean that every single files gets overwritten whether it has been "formatted" or not ?
If this is the case it should be possible to speed up the process by writing to disk only the files that have been modified.

@vicb vicb added the question label Jul 30, 2016
@mprobst
Copy link
Contributor

mprobst commented Sep 19, 2016

I think if anything this is a problem with the gulp integration? Note that disk writes are pretty cheap as long as you don't flush the file storage, not sure if it'd have a lot of impact.

@mprobst mprobst closed this as completed Sep 19, 2016
@vicb
Copy link
Contributor Author

vicb commented Sep 19, 2016

yep definitely a pb with gulp integration

there is the added cost of triggering watchers.

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

No branches or pull requests

2 participants