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

Of course, you have to know how many there are before you know how
much to prefix, but I would guess that you do know that by the time
you have to emit files?



On 12/5/08, Lex Spoon <[EMAIL PROTECTED]> wrote:
> Here is an updated version that puts the deferred JS files for each
>  permutation into a separate subdirectory of deferredjs.  That is,
>  where there used to be a '-', there is now a '/'.
>
>
>  -Lex
>
>
>  >
>
>

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

Reply via email to