Skip to content

Commit

Permalink
Update index.asciidoc
Browse files Browse the repository at this point in the history
Remove mentions about older versions. The section is already annotated with "since V24".
  • Loading branch information
jouni authored Nov 13, 2023
1 parent 7066af4 commit fdadbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/configuration/development-mode/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Vaadin uses Vite to quicken frontend development by enabling the client-side liv

Vite installation is made through npm/pnpm. Running Vite requires Node.js. See <<{articles}/configuration/development-mode/node-js#,Node.js installation>> and <<{articles}/configuration/development-mode/npm-pnpm#,Configuring frontend package manager>> for more information.

This mode is recommended if components or views use <<{articles}/create-ui/templates#,Templates>> and are edited often. Since Vaadin 24.0, this mode is used when the configuration parameter `frontend.hotdeploy` is set to `true` (see <<{articles}/configuration/properties#,Configuration Properties>> for more information). For older Vaadin versions, this is a default and the only development mode.
This mode is recommended if components or views use <<{articles}/create-ui/templates#,Templates>> and are edited often. This mode is used when the configuration parameter `frontend.hotdeploy` is set to `true` (see <<{articles}/configuration/properties#,Configuration Properties>> for more information).


[#disable-precompiled-bundle]
Expand Down

0 comments on commit fdadbad

Please sign in to comment.