You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using cayo for a real project, this is probably worth prioritizing. Dev can be a pain because of this. Even with the last fix, the .cayo.svelte components don't seem to refresh their parent page(s). E.g., if some some.cayo.svelte is changed, and it's on page.svelte, you have to save page.svelte even if you didn't change it so it gets re-prerendered. Otherwise the changes to some.cayo.svelte don't show.
…ss (#59)
This compilation (bundling) is uses rollup instead of the Svelte API directly (`svelte/compile` and `svelte/preprocess`), as this was initially going to use.
---
### Fixes:
- fix#50
- fix#49
- fix#47
- fix#46
- fix#44
- fix#58
Try using
precinct
. Looks like it has a way to get dependencies from any file. Could use this is combination with fast-glob.On component file change detected:
fg
to get all the non-Cayo components.precinct
to get all the dependencies of the pages.delete require.cache(...)
added topages.js
for the componentThe text was updated successfully, but these errors were encountered: