donnikitos / vite-plugin-php

Vite's speed and tooling to preprocess PHP-files!
https://www.npmjs.com/package/vite-plugin-php
MIT License
30 stars 0 forks source link

php/html changes are not being updated in the tmp files... #20

Open verhulstd opened 1 month ago

verhulstd commented 1 month ago

first of all thx for the great work! css and js are being updated while making changes. When changing the html/php the browser also reloads but the '.php-tmp' files are not overwritten with the new changes. When restarting the dev server the tmp files are overwritten with the correct contents... (using windows)

donnikitos commented 1 month ago

I am glad you find the plugin useful!

Strange and interesting bug; well during debugging I was only able to find, that if you have a wildcard entry selector and you add new .php files they won't be processed and you need to restart the server. Is that your issue?

If not a few steps to reproduce would be really helpful :)