Quote:
Originally Posted by geek1011
For the file copying, that was an oversight. I wanted to keep the same format as for the patches (source on left, dest on right), and I couldn't imagine a situation where someone may need to copy a file to two different places.
There are a few ways I could solve this. The first (backwards-compatible) way is to support using a list of files as the target as well as a single file. The second (non backwards-compatible) way is to switch the sides around. The third (hacky) way I could do it is to allow adding an ignored character to the end of the file name to make it unique. Which way do you think would be best?
As for cssextract, I just haven't implemented non-zlib extraction yet, as I haven't needed it. If you want, I could implement it sometime in the next 2 weeks.
|
Quote:
Originally Posted by NiLuJe
The first approach seems both more elegant, more practical, and is backwards-compatible to boot  .
|

I'm agree with NiLuJe.
As for cssextract, it was just curiosity, not a really need.
Good luck.