Hello Jeff !
"mif.tree-v1.1" is a sub-folder of the "debug_mif_tree" folder that contains the HTML file used for testing Mif Tree.
That's why I use that root path (mif.tree-v1.1/assets/scripts/Builder.js) for the builder script.
Thus, if I change Builder.includeType('source'), I see that it try to get files at the wrong place (I saw that via LiveHHTPHeaders) :
GET /Source/Core/Mif.Tree.mootools-patch.js HTTP/1.1
I don't understand why :
- It try to get theses files at the upper level directory (like a ../ instead of looking in the same directory where is my HTML file)
- It requests a "Source" (uppercase "S" letter) directory instead of a "source" directory. (case does matter in Linux server).
I've left http://www.baguette.net/debug_mif_tree/ with the changes to the Builder.includeType function call in order to allow you to see the problem.
Once again, thanks a lot for your help !
Regards,