-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ng build does not export src/favicon to dist/ folder. #2137
Comments
+1 |
Same to .htaccess file. |
No assets either (although that's a topic of another issue). It's not clear (to me anyway) if we should now copy these using a separate build script? |
Replicates for favicon (have not tested with other assets yet) on Windows 10 with |
This is part of a bigger discussion going on in #1942 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Ubuntu 16.04 x64
angular-cli: 1.0.0-beta.14
node: 4.2.6
os: linux x64
Just run ng build and look inside dist/ folder to check if favicon.ico was exported.
more information.
Failed to load favicon.ico. The file cannot be found on the server.
I had to move my favicon to assets/img/favicon.ico and changed the index.html to point to taht place. Is it the correct configuration or the favicon should be placed inside src/ folder?
The same occurs for .htaccess file and any other file that we would like to insert in the root of the build folder.
The text was updated successfully, but these errors were encountered: