Closed ctgraham closed 3 years ago
Hey Dr. Clinton! for deploy on application base for router, do with command line
ng build --prod --base-href /ccvgd/
on dist/CCVGproject/index.html
line 6 will be updated with
which the app could listening on
http://localhost/ccvgd/
see more information on the readme, thanks!
Resolved by 5e62deb.
The application expects to be deployed in the webroot, and will reference the javascript includes via an absolute path.
For example, deploying to "http://localhost/ccvgd/" will look for
runtime-es2015.a1ac991fc00ebf39524f.js
in "http://localhost/runtime-es2015.a1ac991fc00ebf39524f.js"This should be configurable, or should be documented within the readme.