You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is great that you produce an amd build, but it is sadly broken since its modules are misordered (dependencies needing to be declared first). It also would require a lot of config to get it to work correctly since it has a lot undeclared dependencies (rsvp, kamino, etc etc). The js.html build includes these deps but is not shimmable with requirejs since it tests that define is absent and requireModule is also absent. Loading with require means that the first test fails, even though requireModule is not part of the require API.
I installed the current version of conductor (0.3.0) with bower.
The text was updated successfully, but these errors were encountered:
It is great that you produce an amd build, but it is sadly broken since its modules are misordered (dependencies needing to be declared first). It also would require a lot of config to get it to work correctly since it has a lot undeclared dependencies (rsvp, kamino, etc etc). The
js.html
build includes these deps but is not shimmable with requirejs since it tests thatdefine
is absent andrequireModule
is also absent. Loading with require means that the first test fails, even thoughrequireModule
is not part of the require API.I installed the current version of conductor (0.3.0) with bower.
The text was updated successfully, but these errors were encountered: