You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
I would like to move
app.js
androutes.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. Alsoroutes.js
should really berouter.js
. But as it stands ember build looks for those files, with that exact filename, in theconfig
folder.It would be nice if we could customize the file and/or folder path inside the
ember.json
.The text was updated successfully, but these errors were encountered: