【发布时间】:2016-08-24 16:05:05
【问题描述】:
我正在开发基于 MEAN 堆栈的 Web 应用程序。
我使用引导程序作为 css lib,并在我的两个文件“app.css”和“mio.css”中有一些 css 覆盖
该应用程序运行良好,直到我在处理两个部分的控制器中点击refresh,然后除了我的 2 个 css 文件之外的所有内容都会重新加载。
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/mio.css">
如果我检查它们,它们包含 index.html 数据(head body dcc)
你能建议发生了什么吗?
【问题讨论】:
标签: css node.js angularjs twitter-bootstrap express