angular-cli-ghpages

Angular app not picked up by github pages?

北城余情 提交于 2020-01-06 08:06:54
问题 First I setup A records for canary.fireflysemantics.com . Then waited an hour (Not sure if time matters?). I created a brand new repository: https://github.com/fireflysemantics/canary/ I then pushed the app using ng deploy like this: ng deploy --base-href=https://canary.fireflysemantics.com --cname=canary.fireflysemantics.com And the files are now in the repository github-pages branch: https://github.com/fireflysemantics/canary However they are not being published / built and the CNAME is not

Angular 5 app not displaying on Github pages

旧时模样 提交于 2019-12-20 01:46:15
问题 I created the default Angular app using the CLI like so: ng new ng-test-deploy to test out deploying a dummy app to Github pages. I ran through the procedure as defined here which, to summarise, does this: ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY_NAME/" angular-cli-ghpages After doing that I visited the page and receive a blank page. In the console there are multiple errors regarding loading the files: If i check the url of say the main.bundle.js I can see that the

Angular 5 app not displaying on Github pages

你。 提交于 2019-12-20 01:45:03
问题 I created the default Angular app using the CLI like so: ng new ng-test-deploy to test out deploying a dummy app to Github pages. I ran through the procedure as defined here which, to summarise, does this: ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY_NAME/" angular-cli-ghpages After doing that I visited the page and receive a blank page. In the console there are multiple errors regarding loading the files: If i check the url of say the main.bundle.js I can see that the

Angular 5 app not displaying on Github pages

爷,独闯天下 提交于 2019-12-01 22:09:08
I created the default Angular app using the CLI like so: ng new ng-test-deploy to test out deploying a dummy app to Github pages. I ran through the procedure as defined here which, to summarise, does this: ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY_NAME/" angular-cli-ghpages After doing that I visited the page and receive a blank page. In the console there are multiple errors regarding loading the files: If i check the url of say the main.bundle.js I can see that the path is pointing to https://katana24.github.io/main.3188de4880a80d258168.bundle.js whereas I can load it