Skip to content

Instantly share code, notes, and snippets.

@soenkekluth
Last active August 29, 2015 13:57
Show Gist options
  • Save soenkekluth/9790001 to your computer and use it in GitHub Desktop.
Save soenkekluth/9790001 to your computer and use it in GitHub Desktop.
sublime-project
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": [ "release", "public", "dist", "material" ]
}
],
"ternjs":
{
"exclude": ["public/**", "dist/**", "material/**", "release/**", "node_modules/**"],
"libs": ["browser", "underscore", "jquery", "ecma5"],
"plugins": {
// remove the comments if plugins are not needed. pythons json interpreter doesn't like them
// "angular":{},
// "component":{},
// "doc_comment":{},
// "node":{},
// "meteor":{},
// "requirejs":{}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment