I think we could make more use of this in an official way (for bugs and whatnot), but there are some things we need. 1) consider using Depender.js (in -more's master branch, not released yet) to add a dependency loader. The idea here is that you choose what libraries need to be included and those get loaded into the iframe on demand. This allows us to create demos that are more useful for bug testing.
2) it would be nice to be able to output the unit tester files from a mooshell demo. this would allow us to fix a bug and easily drop the code into the unit test suite so that we can regress it in future releases. 3) it would be nice to integrate it with git so that you can choose any version of the library to run a demo with. This would mean pulling from github. 4) if the source for the app were on github others could contribute to make it better. These are just suggestions. I really like the app, and I don't mean to steal it from you nor dump a bunch of work on you. If you want to make these changes, that's awesome, but it's your app. If you want to put it on github so that others can help you improve it, that's awesome, but again, it's your app. You should spend a little time with the Unit Test suite to see how it works. Note that it uses a frozen copy of MooTools 1.2 and it has its own dependency loader logic. This logic has been excised (and updated) into Depender.js to be stand alone. -aaron On Wed, Jul 22, 2009 at 10:09 AM, Piotr Zalewa <[email protected]> wrote: > Site is now moved to http://www.mooshell.net/ > > -- > zalun > ------- > London, UK >
