We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873fbfe commit 3dd8f78Copy full SHA for 3dd8f78
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