我是Yeoman的新手.我已经生成了一个Ember.js项目
$ yo ember
Run Code Online (Sandbox Code Playgroud)
所以我需要单独安装Twitter Bootstrap
$ bower install bootstrap
Run Code Online (Sandbox Code Playgroud)
但跑步
$ grunt build
Run Code Online (Sandbox Code Playgroud)
没有将组件css文件部署到dist/styles目录,就像它对js文件到dist/scripts一样
如何在项目分发中包含组件css文件并在我的html中引用它们?