Allow stubModules to be configured for r.js.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -638,6 +638,7 @@ module.exports = function (grunt) { | ... | @@ -638,6 +638,7 @@ module.exports = function (grunt) { |
638 | 'defaults': 'empty:', | 638 | 'defaults': 'empty:', |
639 | }, mpConfig.requirePaths), | 639 | }, mpConfig.requirePaths), |
640 | modules: mpConfig.modules, | 640 | modules: mpConfig.modules, |
641 | stubModules: mpConfig.stubModules, | ||
641 | }, | 642 | }, |
642 | } | 643 | } |
643 | }; | 644 | }; | ... | ... |
-
Please register or sign in to post a comment