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 6f16b2a commit 8244894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8244894

Please sign in to comment.