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
angular-cli: 1.0.0-beta.18
node: 7.0.0
os: darwin x64
Repro steps.
The app was completely built with CLI. I included an <img src="LOCAL_PATH"> in one of my templates and this file was lost in my final build in dist folder. The CLI just hasn't put it there. This is what I got instead of an image:
I inspected the element and saw that path was the same relative LOCAL_PATH as I put it in development mode, but of course, the file wasn't there. I fixed the problem by putting an image on external hosting, but I guess it should be working just fine without that.
No errors were thrown while building and deploying the app.