質問編集履歴

2

コードを追加

2020/11/12 02:34

投稿

EleAco
EleAco

スコア15

test CHANGED
File without changes
test CHANGED
@@ -104,6 +104,54 @@
104
104
 
105
105
 
106
106
 
107
+ ##追加コード
108
+
109
+ application.cssの中身になります!
110
+
111
+ ```ruby
112
+
113
+ /*
114
+
115
+ *= require bootstrap/dist/css/bootstrap.min.css
116
+
117
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
118
+
119
+ * listed below.
120
+
121
+ *
122
+
123
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
124
+
125
+ * vendor/assets/stylesheets directory can be referenced here using a relative path.
126
+
127
+ *
128
+
129
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
130
+
131
+ * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
132
+
133
+ * files in this directory. Styles in this file should be added after the last require_* statement.
134
+
135
+ * It is generally better to create a new file per style scope.
136
+
137
+ *
138
+
139
+ *= require_tree .
140
+
141
+ *= require_self
142
+
143
+ */
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+ ```
152
+
153
+
154
+
107
155
  解決ができなかったため皆様方のお力をお借りしたいです!
108
156
 
109
157
  よろしくお願いいたします!

1

質問内容の変更

2020/11/12 02:34

投稿

EleAco
EleAco

スコア15

test CHANGED
File without changes
test CHANGED
@@ -84,9 +84,7 @@
84
84
 
85
85
 
86
86
 
87
- ##実行した二つのこと
87
+ ##実行したこと
88
-
89
- ####1つ目
90
88
 
91
89
  [bower で Bootstrap を入れたあと "couldn't find file 'bootstrap' with type 'text/css'" が表示される](https://qiita.com/ichiroc@github/items/84b70d63da5c7680a7bf)
92
90
 
@@ -104,50 +102,8 @@
104
102
 
105
103
  ```
106
104
 
107
- ##
108
-
109
- それでもエラー文は、変わらなかったので
110
105
 
111
106
 
112
-
113
- ###2つ目
114
-
115
- [couldn't find file 'bootstrap' with type 'text/css'](https://stackoverflow.com/questions/39217510/couldnt-find-file-bootstrap-with-type-text-css/43291886)
116
-
117
- この記事を参考に
118
-
119
-
120
-
121
- ```diff
122
-
123
- application.cssの名前を変更し
124
-
125
-
126
-
127
- -application.css
128
-
129
- +application.scss
130
-
131
-
132
-
133
- application.scssの中身を
134
-
135
-
136
-
137
- -*=require self
138
-
139
- -*=require tree
140
-
141
- +@import "bootstrap-sprockets";
142
-
143
- +@import "bootstrap";
144
-
145
-
146
-
147
- に変更しました
148
-
149
- ```
150
-
151
- このように色々試しましたが、解決ができなかったため皆様方のお力をお借りしたいです!
107
+ 解決ができなかったため皆様方のお力をお借りしたいです!
152
108
 
153
109
  よろしくお願いいたします!