-
Notifications
You must be signed in to change notification settings - Fork 109
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
Windows compression linefeed #169
Comments
Here's Gruntfile.js
Here's build/config/compress.js:
My issue is specially with files under the server/production/codedeploy/scripts directory, they need to be executed on a remote machine after building the zip, for deploying the built zip (original files have LF line endings). After uploading the zip files AWS CodeDeploy tries to execute those files under /scripts and I get this error: |
Why is some part of the process ignoring the |
could you explain why are u closing this issue? |
Reopened, we should investigate the file processing in the created archive... |
When on windows, if I compress a file which has LF (I've also set
grunt.util.linefeed = "\n";
in my Gruntfile.js), it ends up having CRLF inside the final .zip file.Any ideas? I'm not sure who's reposible for this, how can it be debugged?
The text was updated successfully, but these errors were encountered: