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
Hey, it would be really useful if I could tell Gulp to log only when a task is done, not when it starts.
I don't actually care when the task starts during development. I only care about how much time it took and if it ran successfully.
I've tried the log-level option and it just turns the starting/finished logs on or off.
What do you think?
The text was updated successfully, but these errors were encountered:
@marcofugaro Now we consider that gulp-cli enable to customize colors and messages of logs. If it is achieved, gulp-cli will be able to output an empty line too instead of starting log.
Hey, it would be really useful if I could tell Gulp to log only when a task is done, not when it starts.
I don't actually care when the task starts during development. I only care about how much time it took and if it ran successfully.
I've tried the
log-level
option and it just turns the starting/finished logs on or off.What do you think?
The text was updated successfully, but these errors were encountered: