【发布时间】:2015-02-23 17:29:33
【问题描述】:
yo angular 安装引导文件一切正常。 index.html 文件现在看起来像这样:
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->
这不包括bootstrap.theme.css 文件。
推荐的添加方法是什么?我要手动进去添加吗?
【问题讨论】:
标签: css angularjs twitter-bootstrap yeoman yo