Skip to content
This repository was archived by the owner on Dec 31, 2017. It is now read-only.

Commit dacf873

Browse files
committed
skip dojox/app/build
That code is for the builder, not to be used as part of dojox/app, and the MIDs in define() don't make sense. See dmachi/dojox_application@ac8e05a#commitcomment-2236734.
1 parent c82782b commit dacf873

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ define({
5959
// Non-API code
6060
/\/(?:tests|nls|demos)\//,
6161

62+
// used for builds, not part of source
63+
/dojox\/app\/build/,
64+
6265
// Overwrites dojo.declare
6366
/dojox\/lang\/(?:docs|typed)/
6467
]
65-
});
68+
});

0 commit comments

Comments
 (0)