Air doesn't rebuild on views/ changes and Fiber doesn't cache #5

Open
opened 2025-07-28 04:01:54 +00:00 by zedshaw · 0 comments
zedshaw commented 2025-07-28 04:01:54 +00:00 (Migrated from lcthw.dev)

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.

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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: site/zedshaw.games#5
No description provided.