I've fetched the latest code of javascriptmvc 3.3.0 from github and I'm now trying to change one of my apps to a canjs (amd-version) with the latest steal and canjs.
My first of many questions probably is steal.config.
I have one big website with different modules. All of these modules are in the same root-folder. So is steal and all other javascriptmvc components. (can, canui, documentjs, funcunit, ...)
Now I'm gonna need multiple steal.configs. One for each module. In requirejs you put the config into the first file of you app. Is this also possible with steal?
Also I guess that we shouldn't be using .then() anymore but declare the dependencies of some script in steal.config with shim?