Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Dec 25, 2024
1 parent e9c7005 commit b911d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ config.hotwire.spark.html_paths += %w[ lib ]
| `enabled` | Enable or disable live reloading. By default, it's only enabled in `development`. |
| `logging` | Show logs in the browser console when reloading happens. It's false by default. |
| `html_reload_method` | How to perform reloads when HTML content changes: `:morph` or `:replace`. By default, it is `:morph` and it will morph the `<body>` of the page and reload all the stimulus controllers. Set to `:replace` to reload the page with a regular Turbo navigation that will replace the `<body>` and keep the scroll. |
| `html_extensions` | The extension to monitor for HTML content changes. By default: `[ "rb", "erb" ]`. | |
| `css_extensions` | The extension to monitor for CSS changes. By default: `[ "css" ]`. | |
| `stimulus_extensions` | The extension to monitor for CSS changes. By default: `[ "js" ]`. | |
| `html_extensions` | The extensions to monitor for HTML content changes. By default: `rb`, `erb`. | |
| `css_extensions` | The extensions to monitor for CSS changes. By default: `css`. | |
| `stimulus_extensions` | The extensions to monitor for Stimulus changes. By default: `js`. | |

## License

Expand Down

0 comments on commit b911d7f

Please sign in to comment.