? yh.patch
Index: javascript_aggregator.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/javascript_aggregator/Attic/javascript_aggregator.module,v
retrieving revision 1.16.2.11
diff -u -u -p -r1.16.2.11 javascript_aggregator.module
--- javascript_aggregator.module	23 May 2009 15:25:59 -0000	1.16.2.11
+++ javascript_aggregator.module	29 Jul 2009 16:06:23 -0000
@@ -62,8 +62,6 @@ function javascript_aggregator_cache($sc
       foreach ($scripts_js_files as $scripts_js_file) {
         // Retreve the path without Drupal's base path.
         $scripts_js_file = substr($scripts_js_file, strlen(base_path()));
-        $data = file_get_contents($scripts_js_file);
-        $contents .= ";\n/* AGGREGATED JS FILE: $scripts_js_file */\n".$data."\n";
         // Eliminate any query arguments or hash strings from the end of the name.
         // These could happen because some smart modules try to help us version
         // their Javascript files (get browsers reload them when we update the
