質問編集履歴

3

manifest.jsファイルを追加

2020/08/08 08:56

投稿

moai891
moai891

スコア9

test CHANGED
File without changes
test CHANGED
@@ -191,3 +191,15 @@
191
191
  setInterval(slideShow_timer, 1000);
192
192
 
193
193
  ```
194
+
195
+
196
+
197
+ - manifest.js(/app/assets/config/manifest.jsにて配置)
198
+
199
+ ```
200
+
201
+ //= link_tree ../images
202
+
203
+ //= link_directory ../stylesheets .css
204
+
205
+ ```

2

ファイル名を修正

2020/08/08 08:56

投稿

moai891
moai891

スコア9

test CHANGED
File without changes
test CHANGED
@@ -116,7 +116,7 @@
116
116
 
117
117
 
118
118
 
119
- - manifest.js
119
+ - manifest.json
120
120
 
121
121
  ```
122
122
 

1

投稿のレイアウト崩れを修正

2020/08/08 08:38

投稿

moai891
moai891

スコア9

test CHANGED
File without changes
test CHANGED
@@ -18,9 +18,7 @@
18
18
 
19
19
  Webpacker can't find slide-show in /Users/user_name/projects/app_name/public/packs/manifest.json. Possible causes:
20
20
 
21
- 1. You want to set webp```
22
-
23
- ```acker.yml value of compile to true for your environment
21
+ 1. You want to set webpacker.yml value of compile to true for your environment
24
22
 
25
23
  unless you are using the `webpack -w` or the webpack-dev-server.
26
24