-
Notifications
You must be signed in to change notification settings - Fork 82
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
Time-Grunt Integration #392
Comments
If this worked for you I'd just roll with it. I don't think we'd pull this into the core lineman project since it's only necessary when profiling performance. |
@searls Is there a more elegant way to integrate it (without having to go into the gruntifle directly?)? Currently for example the "total" doesn't display until the "Watch" task is finished (basically when a change is detected). |
Sorry, but I'm not familiar with the module or how it works.
… On Dec 23, 2016, at 9:51 AM, Mark ***@***.***> wrote:
@searls <https://github.com/searls> Is there a more elegant way to integrate it (without having to go into the gruntifle directly?)? Currently for example the "total" doesn't display until the "Watch" task is finished (basically when a change is detected).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#392 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAE1x2enFqOPszHakoqCdNwuTcYcESloks5rK9_6gaJpZM4LUjU6>.
|
@searls Thanks, sorry for the basic questions, still trying to figure out how to properly incorporate grunt through the lineman configs, etc. |
It would be great to have https://github.com/sindresorhus/time-grunt layered in (or somthing that tracks the time of all the grunt tasks). I find as the day goes on things can get quite slow so I'm using this to try and troubleshoot the bottleneck.
I was able to add it in via manually changing the Gruntfile but I would assume there is a more graceful way:
The text was updated successfully, but these errors were encountered: