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

Commit

Permalink
Merge branch 'BEM-1520' into support/0.7.x
Browse files Browse the repository at this point in the history
Update borschik to 0.4.x
  • Loading branch information
scf2k committed Dec 18, 2013
2 parents aeb879b + c215113 commit 44aaf8c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 40 deletions.
2 changes: 1 addition & 1 deletion lib/nodes/bundle.js
Expand Up @@ -406,7 +406,7 @@ registry.decl(BundleNodeName, BlockNode, /** @lends BundleNode.prototype */ {
},

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

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

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"mime": "~1.2.5",
"lodash": "~2.2.1",
"inherit": "~1.0.0",
"borschik": "~0.3.5",
"borschik": "~0.4.2",
"apw": "~0.3.9",
"winston": ">= 0.5.0",
"dom-js": "*",
Expand Down

0 comments on commit 44aaf8c

Please sign in to comment.