On Fri, Dec 5, 2008 at 11:02 PM, Bruce Johnson <[EMAIL PROTECTED]> wrote:
> Possible dumb point, but do you prefix-pad the fragments with '0'
> where necessary? For some reason it's so aesthetically yucky to see
> things mis-sorted on the command-line like this:
>
>   1.nocache.js
>   10.nocache.js
>   2.nocache.js
>
> instead of nicer, like this:
>
>   01.nocache.js
>   02.nocache.js
>   ...
>   10.nocache.js

That's a cool idea.  However, these filenames have to be computed by
the web browser, not just the compiler.  Thus, there would be a little
extra code that needs to be downloaded.  For that reason, I'd like to
commit the simpler version for now, even though the listing does not
look as nice on all platforms.

They do list in the desired order in a Mac Finder, for what that's worth.

Lex

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to