I've been trying to move my Ember app across to use pods in preparation of 2.0.
I moved all the files, set the environment.js paramters and now my app shows nothing but the empty index.html. What have I done wrong?
I've attached screenshots of my setup.
UPDATE:
So as Kyle suggested in the comments, if I move my pod directories out of /pods
and into the /app
, and then don't set podModulePrefix
it starts working.
But how do I get everything in /pods
?
I tried setting podModulePrefix
to livin/app/pods
, app/pods
and livin/pods
and nothing seems to work. I don't think I undertsand the relationship of modulePrefix
and podModulePrefix
and the directory name of app
. Do they all need to match?
My current directory is setup like this, if it helps.
livin/
app/
pods/
index/
application/
login/
components/
styles/
public/
config/