Hi Edward, Deploying to github pages is not that different from deploying to any other static-site provider. Build yourself a set of files that are ready for distribution. (with cli, that just `ng build --prod`). and then follow the guide for github pages. I found it easier to do by hand. The tools I found were mostly trying to kill mosquitos with a canon and became confusing for that reason.
BTW, the current angular-CLI does not have those commands anymore <https://github.com/angular/angular-cli/pull/4385>. That's pushed to future extension. You can have a look at the feature itself <https://github.com/angular-buch/angular-cli-ghpages>, and see how they did it? Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
