Why is Meteor using imports in 1.3 tutorial
问题 Why is Meteor using imports in 1.3 tutorial - it makes it harder to managed than before which I think is totally against the grain for what they wanted to accomplish from the start? Can I run files from 1.2 with 1.3? What are the advantages with the new file system, it's not clear in the tutorial? Thanks! 回答1: What are the advantages with the new file system? In the near term: Module support gives you the ability to control your file load order. E.g. no more prepending numbers to file names,