Comparing version 0.5.0 to 0.5.1
@@ -45,3 +45,3 @@ /** | ||
cfg.dest = cfg.output = path.resolve(path.normalize(cfg.dest)); | ||
cfg.dest = cfg.output = cfg.dest ? path.resolve(path.normalize(cfg.dest)) : ''; | ||
@@ -48,0 +48,0 @@ cfg.suffix = cfg.suffix || '.combo'; |
@@ -64,3 +64,3 @@ /** | ||
}, | ||
analyze: function(src, dest, options, callback){ | ||
analyze: function(src, options, callback){ | ||
for(var i = 1; i < arguments.length; i++){ | ||
@@ -72,3 +72,3 @@ if(_.isFunction(arguments[i])){ | ||
} | ||
var walker = _iterator(src, dest, options); | ||
var walker = _iterator(src, undefined, options); | ||
walker(function(item, cb){ | ||
@@ -75,0 +75,0 @@ var c = _.merge(item.options, { |
{ | ||
"name": "css-combo", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "css module combo tool", | ||
@@ -5,0 +5,0 @@ "author": "daxingplay <daxingplay@gmail.com>", |
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
658313