css-pipeline
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.7.0 | ||
// Generated by CoffeeScript 1.7.1 | ||
(function() { | ||
@@ -174,5 +174,6 @@ var CleanCSS, RootsUtil, crypto, fs, minimatch, path, yaml, _; | ||
return function(f) { | ||
var filePath; | ||
var fN, filePath; | ||
filePath = _this.util.output_path(f.relative).relative; | ||
return path.join(prefix, filePath.replace(path.extname(filePath), '.css')); | ||
fN = path.join(prefix, filePath.replace(path.extname(filePath), '.css')); | ||
return fN.replace(new RegExp('\\' + path.sep, 'g'), '/'); | ||
}; | ||
@@ -179,0 +180,0 @@ })(this)); |
{ | ||
"name": "css-pipeline", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Jeff Escalante <hello@jenius.me>", | ||
@@ -20,4 +20,4 @@ "description": "roots extension for handling css production builds", | ||
"js-yaml": "3.x", | ||
"lodash": "2.x", | ||
"minimatch": "1.x", | ||
"lodash": "3.9.x", | ||
"minimatch": "2.x", | ||
"roots-util": "0.1.x" | ||
@@ -24,0 +24,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
28495
172
1
+ Addedlodash@3.9.3(transitive)
- Removedminimatch@1.0.0(transitive)
Updatedlodash@3.9.x
Updatedminimatch@2.x