Skip to content

Commit 633fc5d

Browse files
committed
Fixes requirejs#203, do not do dir normalization in build file processing section.
It does not properly account for command line args.
1 parent 639d268 commit 633fc5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/jslib/build.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,6 @@ function (lang, logger, file, parse, optimize, pragma,
764764
buildFileConfig = eval("(" + buildFileContents + ")");
765765
build.makeAbsConfig(buildFileConfig, absFilePath);
766766

767-
if (!buildFileConfig.out && !buildFileConfig.dir) {
768-
buildFileConfig.dir = (buildFileConfig.baseUrl || config.baseUrl) + "/build/";
769-
}
770-
771767
//Mix in the config now so that items in mainConfigFile can
772768
//be resolved relative to them if necessary, like if appDir
773769
//is set here, but the baseUrl is in mainConfigFile. Will

0 commit comments

Comments
 (0)