tern-meteor icon indicating copy to clipboard operation
tern-meteor copied to clipboard

Correct load order

Open Slava opened this issue 11 years ago • 0 comments
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).

Slava avatar Feb 03 '14 00:02 Slava