Skip to content

Commit 5cdebda

Browse files
XhmikosRvladikoff
authored andcommitted
v4.0.0. (#527)
1 parent 7b4ecb5 commit 5cdebda

File tree

11 files changed

+2566
-1181
lines changed

11 files changed

+2566
-1181
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ sudo: false
33
language: node_js
44

55
node_js:
6-
- "0.10"
7-
- "4"
86
- "6"
97
- "8"
108
- "10"

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.0.0:
2+
date: 2018-08-26
3+
changes:
4+
- Update dependencies.
5+
- Requires Node.js >= 6.
16
v3.4.0:
27
date: 2018-07-29
38
changes:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please see the [Contributing to grunt](http://gruntjs.com/contributing) guide for information on contributing to this project.
1+
Please see the [Contributing to grunt](https://gruntjs.com/contributing) guide for information on contributing to this project.

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* grunt-contrib-uglify
3-
* http://gruntjs.com/
3+
* https://gruntjs.com/
44
*
55
* Copyright (c) 2016 "Cowboy" Ben Alman, contributors
66
* Licensed under the MIT license.
@@ -183,7 +183,7 @@ module.exports = function(grunt) {
183183
dest: 'tmp/sourcemap_customUrl.js',
184184
options: {
185185
sourceMap: {
186-
url: 'http://www.test.com/test/sourcemap_customUrl.js.map'
186+
url: 'https://www.test.com/test/sourcemap_customUrl.js.map'
187187
}
188188
}
189189
},
@@ -458,6 +458,6 @@ module.exports = function(grunt) {
458458
]);
459459

460460
// By default, lint and run all tests.
461-
grunt.registerTask('default', ['test', 'contrib-ci:skipIfExists', 'contrib-core']);
461+
grunt.registerTask('default', ['test', 'build-contrib']);
462462

463463
};

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# grunt-contrib-uglify v3.4.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master)
1+
# grunt-contrib-uglify v4.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master)
22

33
> Minify JavaScript files with UglifyJS
44
55

66

77
## Getting Started
88

9-
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
9+
If you haven't used [Grunt](https://gruntjs.com/) before, be sure to check out the [Getting Started](https://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](https://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
1010

1111
```shell
1212
npm install grunt-contrib-uglify --save-dev
@@ -24,7 +24,7 @@ grunt.loadNpmTasks('grunt-contrib-uglify');
2424
## Uglify task
2525
_Run this task with the `grunt uglify` command._
2626

27-
Task targets, files and options may be specified according to the grunt [Configuring tasks](http://gruntjs.com/configuring-tasks) guide.
27+
Task targets, files and options may be specified according to the grunt [Configuring tasks](https://gruntjs.com/configuring-tasks) guide.
2828

2929
### Options
3030

@@ -525,6 +525,7 @@ grunt.initConfig({
525525

526526
## Release History
527527

528+
* 2018-08-26   v4.0.0   Update dependencies. Requires Node.js >= 6.
528529
* 2018-07-29   v3.4.0   Update uglify-js to v3.4.0.
529530
* 2017-12-24   v3.3.0   Update uglify-js to v3.3.0.
530531
* 2017-11-26   v3.2.1   Update uglify-js to v3.2.0.
@@ -574,4 +575,4 @@ grunt.initConfig({
574575

575576
Task submitted by ["Cowboy" Ben Alman](http://benalman.com)
576577

577-
*This file was generated on Sun Jul 29 2018 01:52:18.*
578+
*This file was generated on Sun Aug 26 2018 09:22:15.*

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ version: "{build}"
55
# What combinations to test
66
environment:
77
matrix:
8-
- nodejs_version: "0.10"
9-
platform: x86
10-
- nodejs_version: "4"
11-
platform: x64
12-
- nodejs_version: "4"
13-
platform: x86
148
- nodejs_version: "6"
159
platform: x86
1610
- nodejs_version: "8"

docs/uglify-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Task targets, files and options may be specified according to the grunt [Configuring tasks](http://gruntjs.com/configuring-tasks) guide.
1+
Task targets, files and options may be specified according to the grunt [Configuring tasks](https://gruntjs.com/configuring-tasks) guide.

0 commit comments

Comments
 (0)