gulp-extract-sourcemap
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -49,3 +49,4 @@ var through = require('through2'); | ||
for (var i = sMap.sources.length; i--;) { | ||
sMap.sources[i] = path.relative( basedir, sMap.sources[i] ); | ||
sMap.sources[i] = path.relative( basedir, sMap.sources[i] ) | ||
.split(path.sep).join('/'); | ||
} | ||
@@ -52,0 +53,0 @@ } |
{ | ||
"name": "gulp-extract-sourcemap", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Gulp Task to strips an inline source into its own file and updates the original file to reference the new external source map", | ||
@@ -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
10623
4
67