This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 199
config not passed to r.js #197
Comments
@RushPL Looks like the failure is with |
Yeah .. wrapShim is one thing, but shouldn't shim deps be passed to r.js as well? Wrap shim is gonna wrap them but it needs the actual dependencies to actually the code in wrapped blocks, if you know what I'm saying. |
I think it's both I checked manually by running: If I manually make the config mention my dependencies, it works properly:
Please reopen the issue. |
+1 |
+1 |
Thanks for the reports guys. I'm going to be looking into this in the upcoming week. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have set up a shim config for my application in
config/requirejs.yml
, such as:but I am not seeing those options passed to r.js, file
tmp/requirejs/rjs_driver.js
contains:What is wrong, is this application bug? How can I make the build_config to be loaded?
The text was updated successfully, but these errors were encountered: