Please provide us with the following information:
1. OS?
OSX El Capitan
2. Versions
angular-cli: 1.0.0-beta.9
node: 6.3.0
os: darwin x64
3. Repro steps.
background:
linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)), url(../../resources/cinema-min-600.jpg);
This happens when deploying to my github.
4. The log given by the failure.
Failed to load resource: the server responded with a status of 404 (Not Found)
Put it in public. so if your put your images in public/resources/cinema-min-600.jpg
you would access like this <img src="resources/cinema-min-600.jpg>"
https://github.com/angular/angular-cli/pull/1633 should allow you to do this.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Put it in public. so if your put your images in
public/resources/cinema-min-600.jpg
you would access like this<img src="resources/cinema-min-600.jpg>"