From 82448942056f6ae383f8de12fca95802e58b712a Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 25 Dec 2024 13:12:44 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12c67f7..2bb40a9 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,10 @@ config.hotwire.spark.html_paths += %w[ lib ] | Name | Description | |-----------------------|------------------------------------------------------------------------------------------------------------------------------| | `html_paths` | Paths where file changes trigger a content refresh. By default: `app/controllers`, `app/helpers`, `app/models`, `app/views`. | -| `css_paths` | Paths where file changes trigger a CSS refresh. By default: `app/assets/stylesheets` or `app/assets/builds` if exists. | -| `stimulus_paths` | Paths where file changes trigger a Stimulus controller refresh. By default: `app/javascript/controllers`. | | `html_extensions` | The extensions to monitor for HTML content changes. By default: `rb`, `erb`. | | +| `css_paths` | Paths where file changes trigger a CSS refresh. By default: `app/assets/stylesheets` or `app/assets/builds` if exists. | | `css_extensions` | The extensions to monitor for CSS changes. By default: `css`. | | +| `stimulus_paths` | Paths where file changes trigger a Stimulus controller refresh. By default: `app/javascript/controllers`. | | `stimulus_extensions` | The extensions to monitor for Stimulus changes. By default: `js`. | | ## License