ember-tools
ember-tools copied to clipboard
Ability to customize config/app.js and config/routes.js path?
I would like to move app.js
and routes.js
from the config folder to the root of javascripts folder next to views, controllers, models, helpers, etc. I think that makes more sense to have it there. Also routes.js
should really be router.js
. But as it stands ember build looks for those files, with that exact filename, in the config
folder.
It would be nice if we could customize the file and/or folder path inside the ember.json
.
I dont think it looks for those files after the create is done, as far as I can see you can just move them! some tests maybe failed! please give a bit more specifics on you issue!