angular-schule / angular-cli-ghpages

🚀 Deploy your 🅰️Angular app to GitHub pages, Cloudflare Pages or any other Git repo directly from the Angular CLI! Available on NPM.
https://www.npmjs.com/package/angular-cli-ghpages
MIT License
955 stars 96 forks source link

support added for angular 17 #175

Closed irsali closed 9 months ago

fmalcher commented 10 months ago

Thanks for your PR! However, adding support for Angular 17 is more than increasing the version number, unfortunately. The new application builder has a different output directory, so we need to make it more configurable. See https://github.com/angular-schule/angular-cli-ghpages/issues/173

JohannesHoppe commented 9 months ago

Fixed in angular-cli-ghpages@2.0.0-beta. Please try out this version and give me feedback, so that I can mark it as stable and publish it as the latest version. This new version uses conventions to figure out the best buildTarget and uses the browser folder by default. The browser folder can be configured as described here.

See https://github.com/angular-schule/angular-cli-ghpages/pull/179