fix up comments option

This commit is contained in:
Sebastian McKenzie
2014-11-17 11:59:52 +11:00
parent 885d65f9de
commit 8a9a205122
4 changed files with 16 additions and 18 deletions

View File

@@ -89,9 +89,9 @@ exports.opts = {
blacklist: commander.blacklist,
whitelist: commander.whitelist,
sourceMap: commander.sourceMaps || commander.sourceMapsInline,
comments: !commander.removeComments,
runtime: commander.runtime,
modules: commander.modules,
comments: !commander.removeComments
modules: commander.modules
};
var fn;