mde / ejs

Embedded JavaScript templates -- http://ejs.co
Apache License 2.0
7.66k stars 834 forks source link

Option to not overwrite unchanged files when using CLI? #741

Open graemian opened 12 months ago

graemian commented 12 months ago

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!