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
I use RequireJs in jasmine-node and i get the following error when upgrading from 0.1 to 0.2:
[ReferenceError: requirejs is not defined]
Because the parameters in the Grunt config file are not passed, the retrieving of the config parameters is somehow broken (var options = this.options({ ... }))
The text was updated successfully, but these errors were encountered:
I use RequireJs in jasmine-node and i get the following error when upgrading from 0.1 to 0.2:
[ReferenceError: requirejs is not defined]
Because the parameters in the Grunt config file are not passed, the retrieving of the config parameters is somehow broken (var options = this.options({ ... }))
The text was updated successfully, but these errors were encountered: