gulp-clean-css
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,5 @@ | ||
# 2.2.1 (12/09/2016) | ||
- bug fix #18 => https://github.com/scniro/gulp-clean-css/issues/18#issuecomment-266127536 | ||
# 2.2.0 (12/08/2016) | ||
@@ -2,0 +6,0 @@ |
@@ -16,5 +16,8 @@ const CleanCSS = require('clean-css'); | ||
if (!file || !file.contents) | ||
return cb(null, file); | ||
if (file.isStream()) { | ||
this.emit('error', new PluginError('gulp-clean-css', 'Streaming not supported!')); | ||
return cb(); | ||
return cb(null, file); | ||
} | ||
@@ -21,0 +24,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/scniro/gulp-clean-css#readme", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"author": "scniro", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
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
9654
42