Air doesn't rebuild on views/ changes and Fiber doesn't cache #5
Open
opened 1 month ago by zedshaw
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. 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.