Files
meteor/tools/index.js
2016-04-01 12:08:55 -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');
}