Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Commit

Permalink
Use clean-css instead of CSSO, update borschik to ~1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Aug 15, 2014
1 parent a52a8df commit e684940
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 116 deletions.
2 changes: 1 addition & 1 deletion lib/nodes/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ registry.decl(BundleNodeName, BlockNode, /** @lends BundleNode.prototype */ {
},

'create-css-optimizer-node': function(tech, sourceNode, bundleNode) {
return this.createBorschikOptimizerNode('css', sourceNode, bundleNode);
return this.createBorschikOptimizerNode('cleancss', sourceNode, bundleNode);
},

'create-ie.css-optimizer-node': function(tech, sourceNode, bundleNode) {
Expand Down
262 changes: 148 additions & 114 deletions npm-shrinkwrap.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"mime": "~1.2.5",
"lodash": "~2.2.1",
"inherit": "~1.0.0",
"borschik": "~1.0.1",
"borschik": "~1.2.0",
"borschik-tech-cleancss": "~1.0.0",
"apw": "~0.3.14",
"winston": ">= 0.5.0",
"dom-js": "*",
Expand Down

0 comments on commit e684940

Please sign in to comment.