Execute "tishadow run" in your Titanium app directory whenever a JavaScript file changes. Edit your JS files in a text editor, save, then switch to the test device or simulator. Profit.
[sudo] npm install -g supervisor
supervisor -n exit -x tishadow run
Alloy + TiShadow
This is how you monitor the
app
folder and compile Alloy with every change:Then open a second shell where you watch just the
Resources
folder and run TiShadow:Now just do your coding and press
⇧⌘S
(Save all) when you want an update :)