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.15
node: 6.3.1
os: darwin x64
Repro steps
Just create a new project, and run ng build --dev or ng build --prod.
favicon.ico is not in the dist folder. Have to copy the icon to the folder by self.
The text was updated successfully, but these errors were encountered:
This has been fixed in #2570 making it possible to set an array of assets to copy over instead of a single directory. The patch will be shipped with the next npm release (probably beta.18).
OS
OS X El Capitan
Versions
angular-cli: 1.0.0-beta.15
node: 6.3.1
os: darwin x64
Repro steps
Just create a new project, and run
ng build --dev
orng build --prod
.favicon.ico is not in the dist folder. Have to copy the icon to the folder by self.
The text was updated successfully, but these errors were encountered: