arnoson / kirby-vite

Use Kirby CMS together with Vite
MIT License
80 stars 7 forks source link

v3.0.0: extend or overwrite watch targets #11

Closed renestalder closed 1 year ago

renestalder commented 1 year ago

Previously to v3.0.0, I could tell the live reload plugin to watch additional targets. It seems like this option is gone since 3.0.0 or not documented anymore.

I use Twig templates instead of raw PHP templates, so I want to watch them for changes.

arnoson commented 1 year ago

You can pass custom watch paths to vite-plugin-kirby. I'll add a note in the readme!

renestalder commented 1 year ago

@arnoson Thank you, very appreciated :)