You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using minify --all --sync --recursive ... but it is not preserving files dates and times.
There is an option or is it possible to implement it to act more like a cp -p or -a?
From man cp:
-a, --archivesame as -dR --preserve=all-p same as --preserve=mode,ownership,timestamps-d same as --no-dereference --preserve=links-R, -r, --recursivecopy directories recursively
Or if minify --sync could just be like cp --preserve=all, at least for the files that where not minified, would be great.
The text was updated successfully, but these errors were encountered:
I'm using
minify --all --sync --recursive ...
but it is not preserving files dates and times.There is an option or is it possible to implement it to act more like a cp -p or -a?
From man cp:
Or if minify --sync could just be like cp --preserve=all, at least for the files that where not minified, would be great.
The text was updated successfully, but these errors were encountered: