-
Notifications
You must be signed in to change notification settings - Fork 664
Open
Milestone
Description
Hi James. First off, thanks for your work.
I have an issue that may very well just be beyond the scope of r.js, however I figured I'd ask just in case.
The basic problem is that I have a config defined in mainConfigFile. This config pulls in additional configs and the main app code via deps. The reason I'm having to use this oddly nested, "config loading configs" structure is because I'm using a build tool that automatically generates a require.config (similar to how JamJS does it).
This structure works just fine in the browser however r.js barfs, presumably because the require.config() method isn't actually called but I'm not sure.
I've put together a (contrived) testcase which you can find in this gist.
Metadata
Metadata
Assignees
Labels
No labels