envone / ember-runner

EmberJS preview and build tool for Node.JS
MIT License
50 stars 6 forks source link

lookup for main.js when require's path is a folder #40

Open envone opened 12 years ago

envone commented 12 years ago

instead of require('controllers/main'); we can do require('controllers'); and automatically lookups for main.js