spatie / laravel-blade-comments

Add debug comments to your rendered output
https://freek.dev/2500-a-laravel-package-to-quickly-see-which-html-is-rendered-by-which-blade-view
MIT License
150 stars 9 forks source link

fix: conditional includes are not working properly on Windows #17

Closed StyleShit closed 9 months ago

StyleShit commented 9 months ago

I was actually trying to work on an issue and noticed that

StyleShit commented 9 months ago

@timvandijck

freekmurze commented 9 months ago

The tests seem to be failing, could you take a look at that?

StyleShit commented 9 months ago

@freekmurze

Seems like those are the livewire tests that for some reason didn't fail on the previous PR. I've fixed it in this PR. Do you want a separate one for that?


BTW, the reason is that some of the workflows installed livewire 2.x (probably due to the PHP/Laravel version), which means I had to take both cases into account (2.x, 3.x) when cleaning livewire's output.

freekmurze commented 9 months ago

Thanks!