Closed prem911 closed 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
Set the dot option ingulp.src to true.
dot
gulp.src
true
That worked.
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