Open me-ascii opened 11 years ago
This is due to the order of the modules in the compiled js file.
Now in alphabetical order.
Error disappears when I move the lodash
module before the backbone
module.
Suggest using the order based on the dependencies of the module
To maintain the correct order of the modules I have to list them in include
(via -i)
jam compile -i lodash -i backbone -o build.js
But it applies only to simple examples
More convenient trick is to manually patch require.config
file (change the order of modules)
But the next time you do jam install
you will need to be repeated.
Installed
backbone
module (withlodash
) throw follow error:Before any
require/define
called.Configuration