You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App was created with CLI with CSS support. angular-cli.json file:
"styles": [
"styles.css"
],
The log given by the failure.
Scripts are not loaded to dist folder. But, images and fonts are loaded from the assets.
The assets (images and fonts) are correctly output to the '/dist' folder. It's just that the script never output to dist folder.