You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: