From a152cc9bbe20ae00d419098c8a1d3c37aadec2f8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 27 Jul 2010 14:44:17 +0800 Subject: [PATCH] pack.js --- pack.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack.js b/pack.js index b2f3c95..6cf3046 100644 --- a/pack.js +++ b/pack.js @@ -11,7 +11,7 @@ * -C no cleanup (use with -w if you need are using a cache directory.) * -p prefix for translation md5 generator (directory that files are in, and is removed * from path when generating an md5 for the translated name. - * -w keepWhite - keeps the white space in the output files. + * -k keepWhite - keeps the white space in the output files. * -a autoBuild - puts target in INPUTDIR/compiled/Core-TIMESTAMP.js and enabled translastion * * -m module name used with autoBuild to force a module name. @@ -81,7 +81,7 @@ for(var i =0; i < args.length;i++) { cfg.autoBuild = true continue; } - if (args[i] == '-w') { + if (args[i] == '-k') { cfg.keepWhite = true continue; } -- 2.39.2