File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
+
2
3
language : node_js
4
+
3
5
node_js :
4
6
- " 0.10"
5
7
- " 0.12"
6
8
- " 4"
7
9
- " 5"
8
10
- " iojs"
9
- before_install :
10
- - if [ "$TRAVIS_NODE_VERSION" = "0.10" ]; then npm install -g npm@2; fi
11
+
11
12
matrix :
12
13
fast_finish : true
14
+
13
15
cache :
14
16
directories :
15
17
- node_modules
Original file line number Diff line number Diff line change
1
+ v1.4.0:
2
+ date: 2016-04-19
3
+ changes:
4
+ - Updated to `html-minifier` 2.0.0.
1
5
v1.3.0:
2
6
date: 2016-04-10
3
7
changes:
Original file line number Diff line number Diff line change 1
- # grunt-contrib-htmlmin v1.3 .0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/sn73i2qggqeolnc2/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-htmlmin/branch/master )
1
+ # grunt-contrib-htmlmin v1.4 .0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-htmlmin ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/sn73i2qggqeolnc2/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-htmlmin/branch/master )
2
2
3
3
> Minify HTML
4
4
@@ -60,6 +60,7 @@ grunt.registerTask('default', ['htmlmin']);
60
60
61
61
## Release History
62
62
63
+ * 2016-04-19 v1.4.0 Updated to ` html-minifier ` 2.0.0.
63
64
* 2016-04-10 v1.3.0 Updated to ` html-minifier ` 1.5.0.
64
65
* 2016-03-31 v1.2.0 Updated to ` html-minifier ` 1.4.0.
65
66
* 2016-03-18 v1.1.0 Updated to ` html-minifier ` 1.3.0.
@@ -80,4 +81,4 @@ grunt.registerTask('default', ['htmlmin']);
80
81
81
82
Task submitted by [ Sindre Sorhus] ( http://github.com/sindresorhus )
82
83
83
- * This file was generated on Sun Apr 10 2016 14:29:25 .*
84
+ * This file was generated on Tue Apr 19 2016 09:50:18 .*
Original file line number Diff line number Diff line change 1
- # http://www.appveyor.com/docs/appveyor-yml
2
-
3
1
clone_depth : 10
4
2
5
3
version : " {build}"
@@ -20,11 +18,6 @@ environment:
20
18
21
19
install :
22
20
- ps : Install-Product node $env:nodejs_version $env:platform
23
- - ps : >-
24
- if ($env:nodejs_version -eq "0.10") {
25
- npm -g install npm@2
26
- $env:PATH="$env:APPDATA\npm;$env:PATH"
27
- }
28
21
- npm install
29
22
30
23
test_script :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-contrib-htmlmin" ,
3
3
"description" : " Minify HTML" ,
4
- "version" : " 1.3 .0" ,
4
+ "version" : " 1.4 .0" ,
5
5
"author" : {
6
6
"name" : " Grunt Team" ,
7
7
"url" : " http://gruntjs.com/"
You can’t perform that action at this time.
1 commit comments
XhmikosR commentedon Apr 19, 2016
@vladikoff: please
npm publish
this.