I'm in the process of adding some additional resolutions to the BB10 splash screens and noticed that the res folder has been moved out of www in hello world.
Is the intention of this folder that all apps will get the same set of default assets regardless of www template? Has there been logic introduced to keep the platform res folder in place when using CLI? At the moment, the assets are working when using ./bin/create because of config.xml in the template, but they do not appear in CLI projects because defaults.xml does not list them.