Skip to content

Commit

Permalink
Add csswring
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Aug 30, 2014
1 parent 140710a commit 3e45593
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

* [cssshrink](https://github.com/stoyan/cssshrink)

* [csswring](https://github.com/hail2u/node-csswring)

## Install

```bash
Expand Down
3 changes: 2 additions & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = {
minimizers: {
CSSO: minimize(require('csso'), 'justDoIt'),
cleancss: minimize(new require('clean-css')(), 'minify'),
cssshrink: minimize(require('cssshrink'), 'shrink')
cssshrink: minimize(require('cssshrink'), 'shrink'),
csswring: minimize(require('csswring'), 'wring')
},
// input and output
paths: {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
},
"license": "MIT",
"dependencies": {
"csso": "1.3.11",
"clean-css": "2.2.12",
"cssshrink": "0.0.5"
"csso": "1.3.11",
"cssshrink": "0.0.5",
"csswring": "1.2.3"
},
"devDependencies": {
"colors": "0.6.2"
Expand Down

0 comments on commit 3e45593

Please sign in to comment.