We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 873fbfe + 3dd8f78 commit 6a54c42Copy full SHA for 6a54c42
README.md
@@ -340,7 +340,7 @@ MyApp::Application.configure do
340
}
341
# Changing files matching these dirs/exts will cause the server renderer to reload:
342
config.react.server_renderer_extensions = ["jsx", "js"]
343
- config.react.server_renderer_directories = ["/app/assets/javascripts", "/app/javascripts/"]
+ config.react.server_renderer_directories = ["/app/assets/javascripts", "/app/javascript/"]
344
end
345
```
346
0 commit comments