How do I change the order in which Meteor loads Javascript files?

前端 未结 4 547
北恋
北恋 2020-11-29 01:16

When you make a project with the Meteor framework, it packages all the files together, but there doesn\'t seem to be a way to explicitly say \"I want this file to be loaded

4条回答
  •  难免孤独
    2020-11-29 02:14

    You can always us a JS loader like yepnope.js and add it to the client.js file. This works for me.

提交回复
热议问题