Cleanup package install related files.

Former-commit-id: ac905fe660af05077a52b001b295ee557aaacfa8
This commit is contained in:
John-David Dalton
2012-10-18 23:13:55 -07:00
parent 6452e5976b
commit e6f4935c7b
3 changed files with 43 additions and 54 deletions

View File

@@ -8,10 +8,10 @@
path = require('path'),
spawn = require('child_process').spawn;
/** The directory that is the base of the repository */
/** The path of the directory that is the base of the repository */
var basePath = fs.realpathSync(path.join(__dirname, '..'));
/** The directory where the Closure Compiler is located */
/** The path of the directory where the Closure Compiler is located */
var closurePath = path.join(basePath, 'vendor', 'closure-compiler', 'compiler.jar');
/** Load other modules */