-
Notifications
You must be signed in to change notification settings - Fork 97
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
Show loading-indicator while Project is uploading #78
Comments
Thanks for the suggestion! If we do so, it should have an opt-out via a "progress=false" or "no-progress" flag. Otherwise it would pollute CI logs. |
That's a nice idea. It would be difficulty to figure out the real progress, because the upload is done via git executable and we would need to grab somehow the output from there. @TonySpegel Is it fine for you too if it just prints: |
@JohannesHoppe There should be a |
@JohannesHoppe of course, that would be sufficient =) |
I added the text:
|
Thank you for adding this feature 😸 great job :) |
Pretty much the title,
I was wondering if my CLI was frozen or something but nope, it just may take a while to upload everything. And for this case it'd be neat to have a loading-indicator of some kind.
Otherwise it's just
ES5 bundle generation complete.
and then after quite some time:🚀 Successfully published via angular-cli-ghpages! Have a nice day!
Somewhere in between these two would be nice :)
And thank you for your great work
The text was updated successfully, but these errors were encountered: