Commit 3f7c181
Fix shakapacker.yml compile setting for development
The compile: false was incorrectly nested under the integrity section
instead of being in production. Added compile: true to development section
to prevent the "Slow setup for development" warning.
This fixes the issue where Rails was compiling assets on-demand during
requests even though bin/shakapacker-dev-server was running.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent a12bbdc commit 3f7c181
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | | - | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
0 commit comments