Would like to help out writing docs on the internals. #94
-
Hi! Would like to add a section on how vite /w ruby works internally under the hood and how it hooks in rails and the build process, are there any pointers on explaining what it exactly does? Does it copy to the public folder? Or just pass requests trough? Etc. A couple of bullet points with the general idea would help a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@emilebosch that section would be definitely useful but under the hood |
Beta Was this translation helpful? Give feedback.
-
Hi @emilebosch, thanks for the suggestion! As @pocheptsov mentioned, it's very similar to how webpacker works—specially from a user standpoint. I've added an Overview section that provides a short reference to how it works. In particular, I differentiate which features are provided by Vite.js and which by Vite Ruby. |
Beta Was this translation helpful? Give feedback.
Hi @emilebosch, thanks for the suggestion!
As @pocheptsov mentioned, it's very similar to how webpacker works—specially from a user standpoint.
I've added an Overview section that provides a short reference to how it works. In particular, I differentiate which features are provided by Vite.js and which by Vite Ruby.