質問編集履歴

4

修正

2018/12/04 02:51

投稿

punineko
punineko

スコア11

test CHANGED
File without changes
test CHANGED
@@ -46,11 +46,11 @@
46
46
 
47
47
 
48
48
 
49
- `BundleTable.EnableOptimizations = true;
49
+ `BundleTable.EnableOptimizations = true;`
50
50
 
51
51
 
52
52
 
53
- `<link href="/Content/css?v=MDbdFKJHBa_ctS5x4He1bMV0_RjRq8jpcIAvPpKiN6U1" rel="stylesheet"/>
53
+ `<link href="/Content/css?v=MDbdFKJHBa_ctS5x4He1bMV0_RjRq8jpcIAvPpKiN6U1" rel="stylesheet"/>`
54
54
 
55
55
 
56
56
 

3

CSSのlinkは追加できたがCSSが有効にならない

2018/12/04 02:51

投稿

punineko
punineko

スコア11

test CHANGED
File without changes
test CHANGED
@@ -34,12 +34,30 @@
34
34
 
35
35
 
36
36
 
37
-
38
-
39
37
  パスが間違えているなどいろいろ試しましたが
40
38
 
41
39
  有効にならず困っています。
42
40
 
43
41
 
44
42
 
43
+ ## CSSが有効にならない
44
+
45
+ 上記ですがBundleConfigに下記コードを追加したらlinkは表示されました。
46
+
47
+
48
+
49
+ `BundleTable.EnableOptimizations = true;
50
+
51
+
52
+
53
+ `<link href="/Content/css?v=MDbdFKJHBa_ctS5x4He1bMV0_RjRq8jpcIAvPpKiN6U1" rel="stylesheet"/>
54
+
55
+
56
+
57
+ linkできているようですが画面上のボタンや文字などCSSが聞いていない状態です。
58
+
59
+
60
+
61
+
62
+
45
63
  よろしくお願いいたします。

2

タグ変更

2018/12/04 02:50

投稿

punineko
punineko

スコア11

test CHANGED
File without changes
test CHANGED
File without changes

1

実行部分を追記

2018/11/12 01:21

投稿

punineko
punineko

スコア11

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,12 @@
11
11
  "~/Content/bootstrap.css",
12
12
 
13
13
  "~/Content/site.css"));
14
+
15
+
16
+
17
+ 実行
18
+
19
+ @Styles.Render("~/Content/css")
14
20
 
15
21
 
16
22