gulp-sourcemaps
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -65,3 +65,3 @@ 'use strict'; | ||
var absPath = path.resolve(sourcePath, source); | ||
sourceMap.sources[i] = path.relative(file.base, absPath); | ||
sourceMap.sources[i] = path.relative(file.base, absPath).replace('\\', '/'); | ||
@@ -68,0 +68,0 @@ if (!sourceMap.sourcesContent[i]) { |
{ | ||
"name": "gulp-sourcemaps", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Source map support for Gulp.js", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/floridoo/gulp-sourcemaps", |
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
13356