Skip to content

Commit

Permalink
fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Mar 27, 2010
1 parent b844de9 commit be2e675
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions benchmark/benchmark.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "lib";
@bg: #f01;
@white: #fff;
@grey: #eee;
Expand Down Expand Up @@ -1360,7 +1359,6 @@ label.list_number.large {
}
}
}
@import "lib";

div.browse {
margin: 0 0 20px;
Expand Down Expand Up @@ -2688,7 +2686,6 @@ label.list_number.large {
}
}
}
@import "lib";

div.browse {
margin: 0 0 20px;
Expand Down
2 changes: 1 addition & 1 deletion benchmark/less-benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var path = require('path'),

require.paths.unshift(__dirname, path.join(__dirname, '..'));

var less = require('lib/less');
var less = require('index');
var file = path.join(__dirname, 'benchmark.less');

fs.stat(file, function (e, stats) {
Expand Down

0 comments on commit be2e675

Please sign in to comment.