Files
meteor/tools/index.js
2016-03-19 13:06:24 -04:00

8 lines
205 B
JavaScript

if (! require("./cli/dev-bundle-bin-commands.js").process) {
// Set up the Babel transpiler
require('./tool-env/install-babel.js');
// Run the Meteor command line tool
require('./cli/main.js');
}