gulp-ignore
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "gulp-ignore", | ||
"description": "Include or exclude gulp files from the stream based on a condition", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"homepage": "https://github.com/robrich/gulp-ignore", | ||
@@ -18,9 +18,9 @@ "repository": "git://github.com/robrich/gulp-ignore.git", | ||
"dependencies": { | ||
"through2": "^2.0.0", | ||
"gulp-match": "^1.0.0" | ||
"through2": "^2.0.1", | ||
"gulp-match": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"jshint": "^2.8.0", | ||
"mocha": "^2.3.3", | ||
"should": "^7.1.0" | ||
"jshint": "^2.9.4", | ||
"mocha": "^3.1.2", | ||
"should": "^11.1.1" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
@@ -84,3 +84,3 @@ gulp-ignore ![status](https://secure.travis-ci.org/robrich/gulp-ignore.png?branch=master) | ||
```javascript | ||
var gulpif = require('gulp-if'); | ||
var gulpif = require('gulp-if'); // This is gulp-if, not gulp-ignore | ||
var uglify = require('gulp-uglify'); | ||
@@ -96,3 +96,3 @@ | ||
``` | ||
Only uglify the content if the condition is true, but send all the files to the dist folder | ||
Only uglify the content if the condition is true, but send all the files to the dist folder. | ||
@@ -99,0 +99,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53368
Updatedgulp-match@^1.0.3
Updatedthrough2@^2.0.1