Closed
Description
I have a case where i would just like to apply cleancss
to every file in the directory, without name changing etc.
Ideally this would work:
cleancss path/to/css/*.min.css
I know i can dance around i with xargs and thats what I'm going to do ATM, but i suppose it can be a pretty common use case so i decided to create an issue to hear what you think about it.
Thanks for the great tool :)