Closed
Description
Hello!
Can I have --output parameter specified as a folder while --batch param is present?
I want to get minified css files one by one (as --batch param does) in some other folder. But in default manner, minified files are generated at same path as source files.
I'd like to run script with --batch param and have --output /some/folder (not file).
I know I can just copy minified files to any other folder with another script, but maybe my point of view is not so bad?
Thanks in advance for your information, advices and opinions!