-
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
The core/ui/assets/font/**/* asset path must start with the project source root #10688
Comments
I have the same problem when trying to import font-awesome fonts.
|
When referencing files outside of the project, the long object form for asset configuration must be used. For reference please see here: https://github.com/angular/angular-cli/wiki/stories-asset-configuration |
Hi ,
|
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. |
I recently upgraded angular 4 application into angular 6 by using below link
https://update.angular.io/
It created a new file called angular.json. In our application we don't have src folder and we have multiple modules under main project directory.
under core module we have assets and configured same in assets [] in angular.json
When i do ng serve it is throwing fallowing error
The core/ui/assets/font/**/* asset path must start with the project source root
Versions
The text was updated successfully, but these errors were encountered: