Comment on Appcelerator Titanium: From a developer's perspectiveparentComments−wahnfrieden15yThe JSLint step is optional. I build my Titanium projects via the commandline (I don't use the IDE thing at all) which bypasses JSLint. I use the more reasonable JSHint as integrated into vim, not as part of the build.This is the line that builds and runs my project: /Library/Application\ Support/Titanium/mobilesdk/osx/1.6.0/iphone/builder.py "simulator" "4.2" /Users/jehlke/workspace/titanium/Manabi "org.manabi.mobile" "Manabi" You just need to setup the project inside the Titanium Developer app, and then you can invoke it with this command from then on.
Comments
The JSLint step is optional. I build my Titanium projects via the commandline (I don't use the IDE thing at all) which bypasses JSLint. I use the more reasonable JSHint as integrated into vim, not as part of the build.
This is the line that builds and runs my project:
You just need to setup the project inside the Titanium Developer app, and then you can invoke it with this command from then on.