-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Add "spinner" to watch task when compiling, or recompiling #1606
Comments
Since spinner not working with overmind (#1067), |
oh, the next release of Lucky won't use Overmind anymore (unless you specifically want it to). luckyframework/lucky_cli#710 I don't mind the suggestion as an interim, but since we already use the spinner when building tasks and such, I'd love to keep the consistency. I'd like to try it out with Nox and see if it works first. If not, then we will definitely fallback to your suggestion 👍 |
Nox not work with spinner too. e.g. with default Procfile that have
|
Ah... well that's a bummer 😂 Thanks so much for giving it a shot! In that case, I think #1067 (comment) is the next best solution. It'll bring a bit more attention to what's going on when there's a lot of other activity. |
Related: #1067
Related: luckyframework/lucky_cli#481
When we start compiling tasks, we show a "spinner" in the console. It's neat, and adds a little flare while you're sitting there waiting.
Right now when we run the
lucky watch
task, between compiles, you'll either see "Compiling..." or "Recompiling..." but no spinner. Having the spinner would allow it to stand out a little more within the mess that is the Process manager output..The text was updated successfully, but these errors were encountered: