as we can see the font file is urged to be in the /font directory of css directory, but in many css project like bootstrap and font-awesome the location is parallel like below
../
style(or css)/
fonts/
so for many gulp settings like ng generator, the style build setting follows above rule, which need special case for this lib structure cause when use minified style files, the font cannot be found in /style/font.
How about change the file structure like above?
as we can see the font file is urged to be in the /font directory of css directory, but in many css project like bootstrap and font-awesome the location is parallel like below
../
style(or css)/
fonts/
so for many gulp settings like ng generator, the style build setting follows above rule, which need special case for this lib structure cause when use minified style files, the font cannot be found in /style/font.
How about change the file structure like above?