Resources generated in root/res instead of platform/android/res

Hi,

I’ve noticed a bug with ionic side-menu starter https://github.com/driftyco/ionic-starter-sidemenu

As far as I remember resources work fine on tabs or other starters i tried, but on this one when i do
> ionic build android

I’ve noticed that the res folder gets created in app_root/res instead of platform/android/res, so I need to manually copy that folder into platform to make it work.

Any idea how to fix this?

There must be some code that points to location but I cant seem to find it…

So I went to double check is it the side-menu starter bug, and it seems like it isn’t.

I started a blank ionic project, installed all the plugins, and just copy/pasted my www files and I’m still getting this bug…