gulp-clean-css
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -27,4 +27,4 @@ const applySourceMap = require('vinyl-sourcemaps-apply'); | ||
if (!fileOptions.relativeTo && (fileOptions.root || file.path)) | ||
fileOptions.relativeTo = path.dirname(path.resolve(options.root || file.path)); | ||
if (!fileOptions.relativeTo && file.path) | ||
fileOptions.relativeTo = path.dirname(path.resolve(file.path)); | ||
@@ -31,0 +31,0 @@ if (file.sourceMap) |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/scniro/gulp-clean-css#readme", | ||
"version": "2.3.0", | ||
"version": "2.3.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
10168