* Updating requirejs to 2.1.9 * Updating r.js to 2.1.9 * Updating almond to 0.2.6 * Updating closure compiler. * Restructures tests to work with Django 1.6.
1.0.4
------------------
* Updating requirejs to 2.1.8 * Updating r.js to 2.1.8 * Updating closure compiler.
1.0.3
------------------
* Added ability to specify custom compiler environments, either by class name or alias. * Added default 'auto' environment alias, which uses 'node' if available, else 'rhino'. * Updating requirejs to 2.1.5 * Updating closure compiler.
1.0.2
------------------
* Not adding build profiles to REQUIRE_EXCLUDE during compilation, to speed up redeploys to remote filesystems. * Updating requirejs to 2.1.4 * Updating almond to 0.2.5 * Updating closure compiler to r2388 * Updating rhino to 1.7R4.
1.0.1
------------------
* Support for running the optimizer using node (much faster). * Updating to RequireJS 2.1.2 and almond 0.2.1 * Better error message when no STATICFILES_DIRS are defined.