Commit c2b4db4
Generate Manifest file early in sandbox generation
The sandbox wants to install Solidus and migrate before running the
install generator. That's bad, because migrating requires the app to
boot, and booting fails because Sprockets fails with an error if the
`manifest.js` file is not present.
Since the file is quite simple, we can just pass it into a heredoc. This
is needed for Rails 8, where the install generator won't create the file
for us.1 parent f783ea3 commit c2b4db4
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
| |||
0 commit comments