grunt-contrib-uglify
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "grunt-contrib-uglify", | ||
"description": "Minify files with UglifyJS.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-uglify", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-uglify v0.3.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-uglify.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) | ||
# grunt-contrib-uglify v0.3.1 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-uglify.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) | ||
@@ -360,2 +360,3 @@ > Minify files with UglifyJS. | ||
* 2014-01-20 v0.3.1 fix relative path issue in sourcemaps | ||
* 2014-01-16 v0.3.0 refactor sourcemap support | ||
@@ -380,2 +381,2 @@ * 2013-11-09 v0.2.7 prepending banner if sourceMap option not set, addresses | ||
*This file was generated on Thu Jan 16 2014 13:40:44.* | ||
*This file was generated on Mon Jan 20 2014 09:38:55.* |
@@ -46,4 +46,5 @@ /* | ||
var relativePath = path.relative(sourceMapDir, fileDir); | ||
var pathPrefix = relativePath ? (relativePath+path.sep) : ""; | ||
file = relativePath + path.sep + basename; | ||
file = pathPrefix + basename; | ||
@@ -50,0 +51,0 @@ sourcesContent[file] = code; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24615
290
381
0