sindresorhus / gulp-zip

ZIP compress files
MIT License
270 stars 47 forks source link

dot folders not getting included in zip #85

Closed prem911 closed 7 years ago

prem911 commented 7 years ago

I m using {nodir: true} and on gulp-zip I find that the .folder is missing in the zip. Any options to include this? AWS needs the .ebextensions folder in the zip and the nginx server fails to configure

SamVerschueren commented 7 years ago

Set the dot option ingulp.src to true.

prem911 commented 7 years ago

That worked.