1
- # grunt-csso v0.6.5
1
+ # grunt-csso v0.7.0
2
2
3
3
[ ![ 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 )
5
4
[ ![ Dependency Status] ( https://david-dm.org/t32k/grunt-csso.svg )] ( https://david-dm.org/t32k/grunt-csso )
6
5
7
6
> Minify CSS files with CSSO.
@@ -86,6 +85,9 @@ csso: {
86
85
files: {
87
86
' banner.css' : [' input.css' ]
88
87
}
88
+ },
89
+ shortcut: {
90
+ src: ' override.css'
89
91
}
90
92
}
91
93
```
@@ -104,35 +106,6 @@ csso: {
104
106
}
105
107
```
106
108
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
-
136
109
## License
137
110
138
111
Code is released under [ the MIT license] ( LICENSE ) .
0 commit comments