The Drupal 6 version of this module will minify the aggregated JavaScript file...

Comments

Flying Drupalist’s picture

Does that version still require

  if(module_exists('javascript_aggregator')) { 
    $scripts = javascript_aggregator_cache($scripts); 
  } 

?

robloach’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Active » Fixed

Committed.... http://drupal.org/cvs?commit=155252

Nope, doesn't need the theme code. Just enable it and you're done! :-) ...... I guess I should add the "upgrade" documentation....

robloach’s picture

Forgot to close the handle after saving the file... Committed to 6.x-1.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.