Skip to content

Instantly share code, notes, and snippets.

@rborn
Last active December 20, 2015 04:39
Show Gist options
  • Save rborn/6072240 to your computer and use it in GitHub Desktop.
Save rborn/6072240 to your computer and use it in GitHub Desktop.
Start Titanium CLI for mobileweb and preview in Chrome without Studio.
titanium build -p mobileweb && ((sleep 5 && open -a "/Applications/Google Chrome.app" "http://127.0.0.1:8090/index.html") &) && (cd ./build/mobileweb && python -m SimpleHTTPServer 8090)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment