Skip to content

Commit

Permalink
Merge pull request #281 from gruntjs/cleancss4
Browse files Browse the repository at this point in the history
Update clean-css to ~4.0.3.
  • Loading branch information
vladikoff committed Feb 5, 2017
2 parents 142b040 + c4aa531 commit e6b2d72
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -4,11 +4,9 @@ language: node_js

node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "iojs"
- "7"

matrix:
fast_finish: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
v2.0.0:
date: 2017-02-02
changes:
- Update clean-css to v4.0.3.
v1.0.2:
date: 2016-08-31
changes:
Expand Down
7 changes: 4 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
# grunt-contrib-cssmin v1.0.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-cssmin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-cssmin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ntgfqc3ppk533m84/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-cssmin/branch/master)
# grunt-contrib-cssmin v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-cssmin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-cssmin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ntgfqc3ppk533m84/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-cssmin/branch/master)

> Minify CSS
Expand Down Expand Up @@ -56,7 +56,7 @@ Enable Source Maps.
```js
cssmin: {
options: {
shorthandCompacting: false,
mergeIntoShorthands: false,
roundingPrecision: -1
},
target: {
Expand Down Expand Up @@ -86,6 +86,7 @@ cssmin: {

## Release History

* 2017-02-02   v2.0.0   Update clean-css to v4.0.3.
* 2016-08-31   v1.0.2   Fix issues for node 6.
* 2016-03-16   v1.0.1   Downgrade maxmin to support Node.js 0.10.
* 2016-03-04   v1.0.0   Updated docs. Point main to task and removed peerDeps. Update clean-css to v3.4.1.
Expand Down Expand Up @@ -117,4 +118,4 @@ cssmin: {

Task submitted by [Tim Branyen](http://tbranyen.com/)

*This file was generated on Wed Aug 31 2016 23:09:56.*
*This file was generated on Thu Feb 02 2017 22:53:32.*
6 changes: 2 additions & 4 deletions appveyor.yml
Expand Up @@ -7,16 +7,14 @@ environment:
matrix:
- nodejs_version: "0.10"
platform: x86
- nodejs_version: "0.12"
platform: x86
- nodejs_version: "4"
platform: x64
- nodejs_version: "4"
platform: x86
- nodejs_version: "5"
platform: x86
- nodejs_version: "6"
platform: x86
- nodejs_version: "7"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down
2 changes: 1 addition & 1 deletion docs/cssmin-examples.md
Expand Up @@ -5,7 +5,7 @@
```js
cssmin: {
options: {
shorthandCompacting: false,
mergeIntoShorthands: false,
roundingPrecision: -1
},
target: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-cssmin",
"description": "Minify CSS",
"version": "1.0.2",
"version": "2.0.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"chalk": "^1.0.0",
"clean-css": "~3.4.2",
"clean-css": "~4.0.3",
"maxmin": "^1.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/expected/inline_import.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6b2d72

Please sign in to comment.