-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Please provide us with the following information:
OS?
Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Windows 10
Versions.
Please run
ng --version
. If there's nothing outputted, please run in a Terminal:node --version
and paste the result here:
@angular/cli: 1.0.0-rc.1
node: 7.4.0
os: win32 x64
@angular/common: 2.4.9
@angular/compiler: 2.4.9
@angular/core: 2.4.9
@angular/forms: 2.4.9
@angular/http: 2.4.9
@angular/platform-browser: 2.4.
@angular/platform-browser-dynam
@angular/router: 3.4.9
@angular/compiler-cli: 2.4.9
Repro steps.
Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
The app was created with Angular-CLI
The log given by the failure.
Normally this include a stack trace and some more information.
Mention any other details that might be useful.
I have several images in my src/assets folder. In the html for different components I used to reference them like this: href="/assets/some-name.ico"
. This worked before the update. Now it expects a folder src/assets in the dist folder. Not sure what's wrong.
In the angular-cli I have this:
"root": "src",
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
],
Thanks! We'll be in touch soon.