Closed dylang closed 10 years ago
I just confirmed my code works by using gulp-zip@^1
.
+1
Sorry about. Bad tests...
I have the same problem
When i use gulp.src('src/*') is has no result or any Zip files
but when i target a file like gulp.src('fixture/fixture.txt') it work.
How can i zip the whole "App" folder?
@dyaa Try something like this:
gulp.src(app.dist + "**" + "/")
Finally trying gulp out tonight and I'm not sure if I'm just not getting it, too tired, or there's a bug in this module.
Though the two tests pass, I can repeat this with the included
gulpfile
: