Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.15 (checked in on 2008/04/19 at 15:58:43 by derjochenmeyer)
Aggregates Javascript files to increase performance.
This modules parses the phptemplate $scripts variable for .js files, extracts them and stores them in a md5 named file under files/js.
| Name | Description |
|---|---|
| javascript_aggregator_cache | Main function that finds .js files in $scripts. |
| javascript_aggregator_clear_cache | Delete all cached JS files. |
| javascript_aggregator_form_alter | Implementation of hook_form_alter(). |
| javascript_aggregator_menu | Implementation of hook_menu(). |