Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 9371551

Browse files
Sean McNamaraSean McNamara
authored andcommitted
2 parents a0c1ed0 + 6322793 commit 9371551

File tree

14 files changed

+777
-867
lines changed

14 files changed

+777
-867
lines changed

build.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
var fs = require( 'fs' ),
2-
path = require( 'path' ),
3-
http = require( 'http' ),
4-
querystring = require( 'querystring' );
5-
2+
path = require( 'path' );
63

74
//some file IO done synchronously because I'm a fat lazy bastard
85
var build = {
@@ -304,6 +301,7 @@ return function () {
304301
return processor.exec.apply( processor, arguments );
305302
};
306303
}());
304+
307305
build.print = function ( out, overrideVerbose ) {
308306
if ( !this.verbose || overrideVerbose ) {
309307
console.log( out );

0 commit comments

Comments
 (0)