Skip to content

Commit e601316

Browse files
committed
snapshot
1 parent 84f4adb commit e601316

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dist/r.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license r.js 2.2.0+ Wed, 31 Aug 2016 05:56:23 GMT Copyright jQuery Foundation and other contributors.
2+
* @license r.js 2.2.0+ Sun, 04 Sep 2016 06:25:31 GMT Copyright jQuery Foundation and other contributors.
33
* Released under MIT license, http://github.com/requirejs/r.js/LICENSE
44
*/
55

@@ -19,7 +19,7 @@ var requirejs, require, define, xpcUtil;
1919
(function (console, args, readFileFunc) {
2020
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
2121
nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode, Cc, Ci,
22-
version = '2.2.0+ Wed, 31 Aug 2016 05:56:23 GMT',
22+
version = '2.2.0+ Sun, 04 Sep 2016 06:25:31 GMT',
2323
jsSuffixRegExp = /\.js$/,
2424
commandOption = '',
2525
useLibLoaded = {},
@@ -26019,7 +26019,8 @@ define('build', function (require) {
2601926019
'. Stopping, config is malformed.');
2602026020
}
2602126021

26022-
if (!module.create) {
26022+
// Copy the file, but only if it is not provided in rawText.
26023+
if (!module.create && (!config.rawText || !lang.hasProp(config.rawText, module.name))) {
2602326024
file.copyFile(module._sourcePath, module._buildPath);
2602426025
}
2602526026
}

0 commit comments

Comments
 (0)