Last active
December 20, 2015 04:39
-
-
Save rborn/6072240 to your computer and use it in GitHub Desktop.
Start Titanium CLI for mobileweb and preview in Chrome without Studio.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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