liveview-native / live_view_native_stylesheet

MIT License
12 stars 5 forks source link

Fix wrong livereload pattern for sheet file #83

Closed cmnstmntmn closed 2 months ago

cmnstmntmn commented 2 months ago

Fix the pattern to allow live reloading to be triggered.

Initial issue was raised here: https://github.com/liveview-native/liveview-client-swiftui/issues/1429

bcardarella commented 2 months ago

Thanks! Can you add this to the CHANGELOG. We are implementing this requirement for all Add/Change/Fix PRs. I just pushed to add the next unreleased format to the changelog. This should go under Fixed and I'll cherry-pick over to the 0.3 branch

cmnstmntmn commented 2 months ago

@bcardarella sure, raised this change here: https://github.com/liveview-native/live_view_native_stylesheet/pull/84

bcardarella commented 2 months ago

@cmnstmntmn please see the failing test run, you'll need to update the tests to reflect the change in the Live Reload pattern

bcardarella commented 2 months ago

Thanks! 🎉