From cf68cd755f1cc0fdaa153be06ed42e7ce4d36e80 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Mon, 22 Sep 2014 23:27:08 -0700 Subject: [PATCH] Pass through 'bare' option to compiled js source files --- tools/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/compiler.js b/tools/compiler.js index 69fd27d23c..14c52e0180 100644 --- a/tools/compiler.js +++ b/tools/compiler.js @@ -773,7 +773,7 @@ var compileUnibuild = function (unipkg, inputSourceArch, packageLoader, source: options.data, sourcePath: options.sourcePath, servePath: path.join(inputSourceArch.pkg.serveRoot, options.path), - bare: !! options.bare, + bare: !! fileOptions.bare, sourceMap: options.sourceMap }); },