Ok, so looked at it a bit more - looks like the resources are not being loaded by the Component.js , even though there is an explicit loading mentioned
--inside component.js ----
sap.ui.localResources('views');
sap.ui.resources('images');
var view = sap.ui.jsview("idHome", "views.Home");
return view;
---- exit ----
This is what confuses me, the core should have loaded the views with respect to the Component.js location. The same problem happens with images folder.
Not sure if its an issue with the Component.
Regards
Sandip