Skip to content

Instantly share code, notes, and snippets.

@neonsamurai
Created February 20, 2014 20:56
Show Gist options
  • Save neonsamurai/9123019 to your computer and use it in GitHub Desktop.
Save neonsamurai/9123019 to your computer and use it in GitHub Desktop.
Tern project file for Emacs Meteor Tern plugin. loadEagerly is needed, to make code navigation work properly.
{
"libs": ["browser", "underscore", "jquery"],
"plugins": {
"meteor": {}
},
"loadEagerly": ["*.js","*/*.js","*/*/*.js","*/*/*/*.js"],
"dontLoad": [".meteor", ".demeteorized"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment