Skip to content

Instantly share code, notes, and snippets.

@botmaster
Created January 10, 2014 13:16
Show Gist options
  • Save botmaster/8351755 to your computer and use it in GitHub Desktop.
Save botmaster/8351755 to your computer and use it in GitHub Desktop.
My TernJS config file for Titanium Alloy projects
{
"libs": [
"titanium",
"ecma5",
"underscore"
],
"plugins": {
"requirejs": {
"baseURL": "./app",
"paths": {}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment