Skip to content

Commit 0274612

Browse files
committed
Bump v0.7.0
1 parent 715923f commit 0274612

File tree

2 files changed

+5
-32
lines changed

2 files changed

+5
-32
lines changed

README.md

+4-31
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# grunt-csso v0.6.5
1+
# grunt-csso v0.7.0
22

33
[![Build Status](https://secure.travis-ci.org/t32k/grunt-csso.svg?branch=master)](http://travis-ci.org/t32k/grunt-csso)
4-
[![NPM version](https://badge.fury.io/js/grunt-csso.svg)](http://badge.fury.io/js/grunt-csso)
54
[![Dependency Status](https://david-dm.org/t32k/grunt-csso.svg)](https://david-dm.org/t32k/grunt-csso)
65

76
> Minify CSS files with CSSO.
@@ -86,6 +85,9 @@ csso: {
8685
files: {
8786
'banner.css': ['input.css']
8887
}
88+
},
89+
shortcut: {
90+
src: 'override.css'
8991
}
9092
}
9193
```
@@ -104,35 +106,6 @@ csso: {
104106
}
105107
```
106108

107-
## Release History
108-
109-
+ 2014/11/30 - v0.6.5 - Improve CLI output.
110-
+ 2014/11/17 - v0.6.4 - Update dependencies modules.
111-
+ 2014/07/20 - v0.6.3 - Update dependencies modules.
112-
+ 2014/03/18 - v0.6.2 - Update dependencies modules.
113-
+ 2014/03/18 - v0.6.1 - Bug fix several bugs.
114-
+ 2014/03/02 - v0.6.0 - Update dependencies modules.
115-
+ 2013/12/19 - v0.5.3 - Bump v0.5.3
116-
+ 2013/11/25 - v0.5.2 - Bump v0.5.2
117-
+ 2013/11/25 - v0.5.1 - Update CSSO.
118-
+ 2013/03/26 - v0.5.0 - Add 'report' option (false by default).
119-
+ 2013/02/25 - v0.4.1 - Add 'banner' option.
120-
+ 2013/02/17 - v0.4.0 - Support compatibility with Grunt 0.4.
121-
+ 2013/01/17 - v0.3.0 - Improve file handling.
122-
+ 2012/10/20 - v0.2.1 - Fix function to remove unnecessary argument.
123-
+ 2012/10/20 - v0.2.0 - Changed CSSO task from the command line to from the npm module.
124-
+ 2012/10/15 - v0.1.1 - Added keyword "gruntplugin" to package.json.
125-
+ 2012/10/14 - v0.1.0 - Initial release.
126-
127-
## Contributors
128-
129-
Many thanks!
130-
131-
+ [Shogo Sensui](https://github.com/1000ch)
132-
+ [Tyler Kellen](https://github.com/tkellen)
133-
+ [Ayumu Sato](https://github.com/ahomu)
134-
+ [Artem Sapegin](https://github.com/sapegin)
135-
136109
## License
137110

138111
Code is released under [the MIT license](LICENSE).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-csso",
33
"description": "Minify CSS files with CSSO.",
4-
"version": "0.6.5",
4+
"version": "0.7.0",
55
"homepage": "https://github.com/t32k/grunt-csso",
66
"author": {
77
"name": "Koji Ishimoto",

0 commit comments

Comments
 (0)