Quote:
Originally Posted by jcn363
What is the reason because a file can't copy twice?
What is the reason because cssextract only apply to zlib?
|
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.