tern-meteor
tern-meteor copied to clipboard
Correct load order
trafficstars
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).