on Nov 30th, 2006Easily Include Dojo Bootstrap
Ok, so we have so many new releases of a software , that by the time the development activity finishes there are almost three or four iterations to each of the individual components. Alex Russel of Dojo has realised this problem and has written very small wrapper classes to include the master dojo bootstrap. This could always point to the most stable build, but im not so sure of that.
<script src="http://download.dojotoolkit.org/dojo_0.3.1.js"></script>
and release 0.4
<script src="http://download.dojotoolkit.org/dojo_0.4.1rc2.js"></script>
Thats all you got to do, you can use the dojo.require() to pull in any more packages and also include custom packages from your local server to work in sync with this. Now thats simple isnt it.