2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

remove test file

This commit is contained in:
Jacob Thornton
2012-03-12 13:56:50 -07:00
parent 6d4867e799
commit 664a838cd6
-11
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)
});