Skip to content

Commit 8fdeaa5

Browse files
committed
add README note for config flag conflict
Example: If debug is true and config is false, assets will not be resolved by sprockets and will fall back to the standard rails public dir resolution. In this situation `stylesheet_link_tag('application')` will resolve to `/stylesheets/application.css` instead of `/assets/application.css`
1 parent 9ef1ac5 commit 8fdeaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ is not enabled, then we check the environment if compiling is enabled:
121121
# Production default.
122122
%i[ manifest ]
123123
```
124-
124+
If the resolver list is empty (e.g. if debug is true and compile is false), the standard rails public path resolution will be used.
125125

126126
## Complementary plugins
127127

0 commit comments

Comments
 (0)