Hey Justin, Awesome thanks for the feedback and link,
So I am using the .then all over the place in my application.
In the migration guide i do see that is states to switch to using
"deps" inside of "meta", I understand the concept,
but a little confused in practice.
is it now basically converting all my files im using in my
".then", to be as its own modules, so that they can then be
used in my dependencies specifications in meta.
Is there any examples of this, I have dug through and
found http://stealjs.com/docs/load.metadata.html, yet struggling at
getting my own implementation to work. If you know of any example
links, can you point me in the right direction.
Thanks for your help Justin.