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…