Commit 68f4baf
Fix CI failure by not setting default generated_assets_dir with Shakapacker
The configuration was automatically setting generated_assets_dir to a default
value that didn't match Shakapacker's public_output_path, causing validation
errors in CI and example apps.
Since Shakapacker manages its own public_output_path configuration, we should
not set a default generated_assets_dir when using Shakapacker. This prevents
path mismatches and allows proper Shakapacker configuration.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 37e54a1 commit 68f4baf
File tree
2 files changed
+17
-2
lines changed- lib/react_on_rails
- spec/react_on_rails
2 files changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
273 | | - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
274 | 276 | | |
275 | 277 | | |
276 | 278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
316 | 329 | | |
317 | 330 | | |
318 | 331 | | |
| |||
0 commit comments