Hey dude. What's going on. A couple of questions here.
What is the minimum version of CanJS that is needed to move to this
new version of StealJS?
Are there a set of steps one must follow in order to convert an
existing CanJS app that uses the old Steal to get it to work with the
new Steal? I have a very large app written using CanJS and StealJS and
all of the JS files that have the following structure:
steal( file1, file2, file3, function( f1, f2, f3 ) { CODE } );
Is the transition simple? Am I going to be pulling my hair out
since I have many, many JS files?
I just read the "Quick Start", but I don't see
anything that talks about converting existing apps that use the old
Steal. I am using steal for dependency management as well as its build
process and I'd like to move to the new platform. Providing the
switch is not a PITA.
Hope all is good in Bitovi Land.