mde / ejs

Embedded JavaScript templates -- http://ejs.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to not overwrite unchanged files when using CLI?

graemian opened this issue · comments

I'm using the CLI in conjunction with "aws s3 sync" which looks at the file timestamp to decide whether to upload. It would be great if I could somehow preserve the timestamp on unchanged files.

Is there perhaps another way to achieve this?

Thanks!