Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/guide/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Deploying a Ruby web app using _Vite Ruby_ should be quite straightforward.

<kbd>assets:precompile</kbd> is a standard for Ruby web apps, and is typically
run automatically for you upon deployment if you are using a PaaS such as
[Heroku][#using-heroku], or added in [Capistrano](#using-capistrano) scripts.
[Heroku](#using-heroku), or added in [Capistrano](#using-capistrano) scripts.

<kbd>vite:build</kbd> will be executed whenever <kbd>assets:precompile</kbd> is run,
and the resulting assets will be placed [inside][publicOutputDir] the `public` folder.
Expand Down
Loading