gulp-cssnano
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -0,1 +1,6 @@ | ||
# 2.1.2 | ||
* Fixes an issue where gulp-cssnano was not passing on sourcemap errors and was | ||
crashing instead. | ||
# 2.1.1 | ||
@@ -2,0 +7,0 @@ |
@@ -34,4 +34,4 @@ 'use strict'; | ||
cb(); | ||
}.bind(this), | ||
function (error) { | ||
}.bind(this)) | ||
.catch(function (error) { | ||
var errorOptions = {fileName: file.path}; | ||
@@ -38,0 +38,0 @@ if (error.name === 'CssSyntaxError') { |
{ | ||
"name": "gulp-cssnano", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Minify CSS with cssnano.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5732