-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gulp-zip change folder permission, from 755 to 666 #112
Labels
🎁 Rewarded on Issuehunt
This issue has been rewarded on Issuehunt
Comments
NotCoderJack
changed the title
gulp-zip change folder permission, from 755 to 766
gulp-zip change folder permission, from 755 to 666
Mar 7, 2019
I met the problem too, is there any solutions? |
Finally, i use archiver replace gulp-zip |
issuehunt-oss
bot
added
the
💵 Funded on Issuehunt
This issue has been funded on Issuehunt
label
Jun 9, 2019
@issuehunt has funded $30.00 to this issue.
|
I used gulp-chmod to solve it. gulp.src('dist/**')
.pipe(chmod(0o755, 0o755))
.pipe(zip(`dist.zip`))
.pipe(gulp.dest('./')) |
This is a really, really big issue. Any progress on it or suggestions? Should we use chmod as @xuliangzhan suggested? |
This was referenced May 8, 2020
@sindresorhus has rewarded $27.00 to @jimbly. See it on IssueHunt
|
issuehunt-oss
bot
added
🎁 Rewarded on Issuehunt
This issue has been rewarded on Issuehunt
and removed
💵 Funded on Issuehunt
This issue has been funded on Issuehunt
labels
Jun 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi today my team member happened to meet this issue.
Normal:
But after gulp-zip:
and this issue only occurs on Windows, my machine is Mac, never has this problem.
Following is my code:
After I tried
gulp-chmod
andgulp-tap
as other issues you mentioned to fix likely problem, still can't fix this issue!IssueHunt Summary
jimbly has been rewarded.
Backers (Total: $30.00)
Submitted pull Requests
Tips
The text was updated successfully, but these errors were encountered: