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

Commit

Permalink
Use css-fast tech to build css files with borschik
Browse files Browse the repository at this point in the history
  • Loading branch information
arikon committed May 31, 2012
1 parent 8f83005 commit b7d27d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/server/server.js
Expand Up @@ -173,7 +173,7 @@ function processBorschik(file, res) {
output : res
};

if(file.match(/\.css$/i)) options.tech = 'css'
if(file.match(/\.css$/i)) options.tech = 'css-fast';
else if (file.match(/\.js$/i)) options.tech = 'js';

if(!bk) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"qq": "0.3.3",
"q-wrap": "~0.0.1",
"inherit": "~1.0.0",
"borschik": "~0.0.7"
"borschik": "~0.0.9"
},
"devDependencies": {
"vows": "~0.6.2"
Expand Down

0 comments on commit b7d27d8

Please sign in to comment.