tomitrescak / meteor-mantra-redux-graphql

Meteor Boilerplate for Mantra + Redux + GraphQL
MIT License
21 stars 5 forks source link

Meteor Load Order #4

Open joshua1 opened 8 years ago

joshua1 commented 8 years ago

I want to ask how having the src file with typescript play with the meteor load order . The Meteor 1.3 documentation states thus. Meteor will load all files outside of any directory named imports/ in the application using the default file load order rules (also called “eager evaluation or loading”). How is the src folder excluded. Thanks, Joshua

tomitrescak commented 8 years ago

I'm building js into imports folder :/