Air doesn't rebuild on views/ changes and Fiber doesn't cache #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's too slow to dev the UI because you have to wait for Air to rebuild the whole app when you just change a template or some JS. If you run just Fiber directly though then Fiber tries to cache everything so it doesn't reload. Need to disable that in Fiber and tell Air to ignore html/js content.