ng build dropping .woff file extensions
See original GitHub issueBug Report or Feature Request (mark with an x
)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
@angular/cli: 1.4.8 node: 6.10.3 os: win32 x64 @angular/animations: 4.4.5 @angular/common: 4.4.5 @angular/compiler: 4.4.5 @angular/core: 4.4.5 @angular/forms: 4.4.5 @angular/http: 4.4.5 @angular/platform-browser: 4.4.5 @angular/platform-browser-dynamic: 4.4.5 @angular/router: 4.4.5 @angular/cli: 1.4.8 @angular/compiler-cli: 4.4.5 @angular/language-service: 4.4.5 typescript: 2.3.4
Windows 10
Repro steps.
Include Font-Awesome in the project. Run ng build
. The dist folder contains the Font-Awesome font files with missing extensions:
Issue Analytics
- State:
- Created 6 years ago
- Reactions:20
- Comments:14 (5 by maintainers)
Top Results From Across the Web
angular cli - ng build has some file not found - Stack Overflow
when I ng build, some files(ex: woff2、woff、json) was existed, but my website doesn't know them. How can I do? 1. web error 404...
Read more >How to view webfont files (ttf, woff, woff2, eot) on a mac?
Another option is a Drag & Drop font testing page from Pablo Impallari. Drag the fonts from your desktop and you can see...
Read more >Converting .TTF & .OTF fonts to .WOFF - tony redhead
The WOFFer is a tool to convert TTF or OTF to WOFF and back to TTF or OTF. WOFF, short for Web Open...
Read more >Dan Hollick 🇿🇦 on Twitter: "Fun fact: in the early days of ...
When a type designer designs a font they create all the characters as vectors, just the like you would in ... That's all...
Read more >Converting font from WOFF (Web Open Font Format) to a ...
Yes, the WOFF format is a container for the table-based sfnt structure (used by TrueType and OpenType). It adds some meta data to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Was this ever fixed in 1.4.x? I am still seeing it in 1.4.10.
Same problem too.