We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd49df0 + 3316f21 commit 521dcffCopy full SHA for 521dcff
README.md
@@ -5,8 +5,8 @@
5
# Usage
6
7
```js
8
+var unzip = require('gulp-unzip')
9
gulp.task('filter_sample', function(){
- var minimatch = require('minimatch')
10
gulp.src("./download/bootstrap-3.1.1-dist.zip")
11
.pipe(unzip())
12
.pipe(gulp.dest('./tmp'))
@@ -21,6 +21,7 @@ You can provide a `filter` option. It should be a function that gets an `entry`
21
22
23
var concat = require('gulp-concat')
24
25
var minimatch = require('minimatch')
26
27
0 commit comments