Slava / tern-meteor

Autocompletion plugin for Meteor 1.0 (extending TernJS)

Home Page:https://www.youtube.com/watch?v=5cAHxpNEHTc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correct load order

Slava opened this issue · comments

Right now we require users to put 'loadEagerly' option with all those *.js, */*.js things. This is not very cool as well as it is not correct. The scoping can break as some global vars are loaded in the wrong order (Meteor has its own rules of ordering: http://docs.meteor.com/#structuringyourapp).