私は、MEAN スタック上に構築された Web アプリケーションに取り組んでいます。私はcssライブラリとしてブートストラップを使用し、私の「app.css」と「mio.css」の2つのファイルでいくつかの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) が含まれています。
何が起こっているのか教えていただけますか??