我正在使用ngBoilerplate,现在想要使用Bootstraps glyphicons。
没有显示,我通过开发者控制台收到此错误:
Bootstrap通过这些行包含其字体:
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
字体文件夹位于' src'文件夹:
但不在'构建文件夹内#':
那么如何在构建过程中告诉grunt复制此文件夹?