nervous-systems / serverless-cljs-plugin

Serverless plugin for Clojurescript deployment w/ cljs-lambda
The Unlicense
75 stars 10 forks source link

Carry permissions over when excluding files #23

Closed arichiardi closed 7 years ago

arichiardi commented 7 years ago

When excluding files from compiled zips in the plugin, permissions were lost. JSZip was not detecting or setting them from the old archive but this patch now correctly does it inside applyZipExclude.

arichiardi commented 7 years ago

Hold on, this one apparently does not do what I want, not working recursively. I am digging.

arichiardi commented 7 years ago

So this was the problem in #24

arichiardi commented 7 years ago

So this one should be good now, I addressed your valid point.