1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-01 03:10:14 +02:00

remove test file

This commit is contained in:
Jacob Thornton
2012-03-12 13:56:50 -07:00
parent 6d4867e799
commit 664a838cd6

View File

@@ -1,11 +0,0 @@
var util = require('util'),
exec = require('child_process').exec,
child;
var total = 0;
var start = new(Date);
child = exec('lessc bootstrap.scss', function (error, stdout, stderr) {
var end = new(Date);
total = end - start;
console.log(total)
});