How can I modify the Meteor (meteorite) that is running?
问题 One of the benefits of open source projects is that you can open up the code, see what it does and even modify it to help you understand under the hood . How can I modify the base code of meteor(ite) so that I can insert my own console log statements to view how the code is working? I run my application as a meteorite app ( mrt ) Things I have tried but have not got working: * editing my .meteor source tree * editing my .meteorite source tree * editing the /myApp/.meteor/local/build