如何在grunt构建过程中包含bootstrap font-folder?

时间:2015-03-27 10:25:21

标签: javascript twitter-bootstrap gruntjs

我正在使用ngBoilerplate,现在想要使用Bootstraps glyphicons。

没有显示,我通过开发者控制台收到此错误: enter image description here

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'文件夹:

enter image description here

但不在'构建文件夹内#': enter image description here

  

那么如何在构建过程中告诉grunt复制此文件夹?

0 个答案:

没有答案