You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
Hello all,
The latest version of django-require has landed! Version 1.0.3 includes some cool new features, including:
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.4
Updating closure compiler.
The new compiler environment features, particularly the automatic environment detection, have been in the pipeline for a while, and make using the r.js optimizer a little bit easier and more configurable. Find out how to use them under available settings, using the setting REQUIRE_ENVIRONMENT.
Unai Zalakain, responsible for the work on compiler environments, has now joined the project as an admin.