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.
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.