mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-22 05:04:42 +00:00
remove test file
This commit is contained in:
parent
6d4867e799
commit
664a838cd6
1 changed files with 0 additions and 11 deletions
11
less/test.js
11
less/test.js
|
|
@ -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)
|
||||
});
|
||||
Loading…
Reference in a new issue