Search code examples
javascriptwarningsappceleratorappcelerator-mobile

Appcelerator - Turning off warnings


Does anyone know how to turn off warnings during the build process. While I like warnings, minified javascript code makes it go crazy, and it will not go past the warning stage to build the app, and often stalls. Is there a switch somewhere to turn them off?


Solution

  • If you are using Titanium Developer you can turn off or modify jslint by updating compiler.js

    Below a link that details how to do this.

    http://developer.appcelerator.com/question/27621/just-started---want-to-use-googles-closure-tools

    Please note if you are using the new Titanium Studio this might not work.