envone / ember-runner

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

removeRequires not working? #36

Closed SamuelTilly closed 12 years ago

SamuelTilly commented 12 years ago

If i do a main.js and a core.js in the same application js folder and put require("core.js"); inside main.js the output application.js will contain require instead of merging the two files.

SamuelTilly commented 12 years ago

figures it out, it needs to be written like "require("app/core");" without the .js

envone commented 12 years ago

exaclty, like in nodejs.