Titanium Development in Sublime Text 2

I am interested in working with Titanium 3.x to develop applications for iOS and Android. However, I don't like the Eclipse-based IDEs, and I don't like the Titanium IDE. My love goes to Sublime Text, so I want to set up a workflow with ST and Titanium.

How can I run my applications directly from Sublime Text?

I'm used to the web development process, which is very fast; code, save, check, repeat. Can anyone suggest how to get the same workflow: I want to be able to write code, save it, and then quickly test. Is there a way to make the build process faster?

+6
source share
2 answers

Looks like this guy wanted to do the same. Looks like a good starting point: http://unbounded.io/post/28394170197/titanium-mobile-develpoment-with-sublime-text-2-and

+1
source

Source: https://habr.com/ru/post/948096/


All Articles