1
1
/**
2
- * @license r.js 2.0.2 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
2
+ * @license r.js 2.0.2+ Fri, 15 Jun 2012 19:14:31 GMT Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
3
3
* Available via the MIT or new BSD license.
4
4
* see: http://github.com/jrburke/requirejs for details
5
5
*/
@@ -20,7 +20,7 @@ var requirejs, require, define;
20
20
21
21
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
22
22
nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode,
23
- version = '2.0.2',
23
+ version = '2.0.2+ Fri, 15 Jun 2012 19:14:31 GMT ',
24
24
jsSuffixRegExp = /\.js$/,
25
25
commandOption = '',
26
26
useLibLoaded = {},
@@ -14768,10 +14768,6 @@ function (lang, logger, file, parse, optimize, pragma,
14768
14768
buildFileConfig = eval("(" + buildFileContents + ")");
14769
14769
build.makeAbsConfig(buildFileConfig, absFilePath);
14770
14770
14771
- if (!buildFileConfig.out && !buildFileConfig.dir) {
14772
- buildFileConfig.dir = (buildFileConfig.baseUrl || config.baseUrl) + "/build/";
14773
- }
14774
-
14775
14771
//Mix in the config now so that items in mainConfigFile can
14776
14772
//be resolved relative to them if necessary, like if appDir
14777
14773
//is set here, but the baseUrl is in mainConfigFile. Will
0 commit comments