From eb90bc152be7038feaa0c6b7081f29a75f79eeff Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 13 Mar 2014 19:23:04 -0300 Subject: [PATCH] base dir --- browser/build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/build.js b/browser/build.js index 8635ccfac..27718eafe 100644 --- a/browser/build.js +++ b/browser/build.js @@ -141,6 +141,7 @@ if (require.main === module) { .option('-a, --includeall', 'Include all submodules.') .option('-d, --dontminify', 'Don\'t minify the code.') .option('-o, --stdout', 'Specify output as stdout') + .option('-D, --dir', 'Specify a base directory') .option('-s, --submodules ', 'Include the listed comma-separated submodules.', list) .parse(process.argv); if (!program.stdout) {