Re: Default template - size

2014-01-03 Thread Axel Nennker
I think that my questions go away when www/config.xml moves to config.xml. You have looked at the initial code and commented on it. Anything new on the current code? I will change the code tomorrow so that SRC becomes relatively to project-dir and remove the re/icon logic. Axel On Jan 3, 2014 10:1

Re: Default template - size

2014-01-03 Thread Andrew Grieve
As long as they can specify the path to their icons, I think they can put them wherever they want. What input are you looking for? On Sat, Dec 21, 2013 at 4:14 PM, Axel Nennker wrote: > I suggest to move the icons to /res/icons/ and copy > them from there to the platform www. Although this has

Re: Default template - size

2013-12-21 Thread Axel Nennker
I suggest to move the icons to /res/icons/ and copy them from there to the platform www. Although this has several drawbacks: - testing the UI in a browser by opening www/index.html might surprise some developers because they use the icons not only to represent the app but also in the UI. - Some m

Re: Default template - size

2013-10-21 Thread Wargo, John
I brought this up with fil a while back and it's a documented issue in jira. He said config.xml had to be fixed to support different platform icons before something could be done about this. I can dig up the email and forward it off tomorrow. John M. Wargo > On Oct 18, 2013, at 3:01 PM, "S

Re: Default template - size

2013-10-21 Thread Andrew Grieve
I thought it used to be in the README.md (or somewhere else?), but I don't think the res/ directory is meant to be included at all. When updating the template, you're supposed to take the platform-specific things out of there and put them in the right spot (splash screen and icon). They aren't need

Re: Default template - size

2013-10-18 Thread Brian LeRoux
ya merges also think we should redo that app to something more sane and tiny On Fri, Oct 18, 2013 at 12:53 PM, Shazron wrote: > Didn't think about merges -- +1 merges for moi > > > On Fri, Oct 18, 2013 at 12:41 PM, Jesse wrote: > > > Also, the images we use are ridiculous large considering we

Re: Default template - size

2013-10-18 Thread Shazron
Didn't think about merges -- +1 merges for moi On Fri, Oct 18, 2013 at 12:41 PM, Jesse wrote: > Also, the images we use are ridiculous large considering we want people to > replace them. > > @purplecabbage > risingj.com > > > On Fri, Oct 18, 2013 at 12:38 PM, Michal Mocny > wrote: > > > +1 to

Re: Default template - size

2013-10-18 Thread Jesse
Also, the images we use are ridiculous large considering we want people to replace them. @purplecabbage risingj.com On Fri, Oct 18, 2013 at 12:38 PM, Michal Mocny wrote: > +1 to merges/ > > I don't mind the 8megs shipped with the default helloworld, but it should > not be copied into platform'

Re: Default template - size

2013-10-18 Thread Michal Mocny
+1 to merges/ I don't mind the 8megs shipped with the default helloworld, but it should not be copied into platform's www for sure. -Michal On Fri, Oct 18, 2013 at 3:01 PM, Ian Clelland wrote: > I'd love to have this fixed as part of CB-2606; There's a lot we could do > to make icons and splas

Re: Default template - size

2013-10-18 Thread Ian Clelland
I'd love to have this fixed as part of CB-2606; There's a lot we could do to make icons and splashscreens better. On Fri, Oct 18, 2013 at 2:52 PM, Shazron wrote: > When someone creates a vanilla iOS project from the CLI, the default app is > 8 MB. It's obvious why this is so, the www/res folder

Re: Default template - size

2013-10-18 Thread Steven Gill
They should be in the merge folder under each platform instead of the www. On Fri, Oct 18, 2013 at 11:52 AM, Shazron wrote: > When someone creates a vanilla iOS project from the CLI, the default app is > 8 MB. It's obvious why this is so, the www/res folder includes all the > icons for all the

Default template - size

2013-10-18 Thread Shazron
When someone creates a vanilla iOS project from the CLI, the default app is 8 MB. It's obvious why this is so, the www/res folder includes all the icons for all the platforms and is 8 MB. Can we change this (why include all icons -- the www should be agnostic), or is this a documentation problem.