I've recently moved all my code to the CommonJS standard suggested in the latest docs.
Question: Before doing so, I could make changes in my app without an emulator relaunch. Now, it seems I have no choice but to re-launch to see any recent changes in the emulator.
I miss saving this step for minor changes. Anything I am potentially doing wrong here?
Ben
1 Answer
Accepted Answer
CommonJS modules are loaded once and cached.
Have a look at this project - TiShadow - if you want to do rapid app development.
Your Answer
Think you can help? Login to answer this question!