Giter Site home page Giter Site logo

Zip is empty/invalid about gulp-zip HOT 5 CLOSED

sindresorhus avatar sindresorhus commented on May 23, 2024
Zip is empty/invalid

from gulp-zip.

Comments (5)

sindresorhus avatar sindresorhus commented on May 23, 2024

Have you tried zipping different things, does everything result in an invalid zip? Do you mind including an invalid zip here so I can test?

from gulp-zip.

bartlewis avatar bartlewis commented on May 23, 2024

You bet. Anything I can do to help. Yes, everything I have tried to zip has the same result. Attached is the screenshot of the command line output, as well as three sample, invalid zip files. Let me know if there is anything else I can do to help debug this.

var gulp = require('gulp');
var zip = require('gulp-zip');

gulp.task('zip', function() {
  gulp.src('src/img/*')
    .pipe(zip('sample-images.zip'))
    .pipe(gulp.dest('build'));
});

gulp.task('default', function(){
  gulp.run('zip');
});

screenshot-output

from gulp-zip.

ScottWeinstein avatar ScottWeinstein commented on May 23, 2024

I get the same results. Empty zip file on win7, node v0.10.21

from gulp-zip.

sindresorhus avatar sindresorhus commented on May 23, 2024

Fixed by #2

from gulp-zip.

bartlewis avatar bartlewis commented on May 23, 2024

Thank you so much for the quick turn-around. Working great.

from gulp-zip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.