the code of the JS Files don't gets included in the aggregated File.
spencerj - April 23, 2008 - 10:32
| Project: | Javascript Aggregator |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Result of the js File
;
/* AGGREGATED JS FILE: drupal5/misc/jquery.js */
;
/* AGGREGATED JS FILE: drupal5/misc/drupal.js */
;
/* AGGREGATED JS FILE: drupal5/sites/all/modules/jquery_update/compat-1.0.js */
;
/* AGGREGATED JS FILE: drupal5/sites/all/modules/jstools/jstools.js */
;
/* AGGREGATED JS FILE: drupal5/sites/all/modules/jstools/tabs/jquery.tabs.pack.js */
;
/* AGGREGATED JS FILE: drupal5/sites/all/modules/jstools/jquery.history_remote.min.js */
;
/* AGGREGATED JS FILE: drupal5/sites/all/modules/jstools/tabs/tabs.js */
;
/* AGGREGATED JS FILE: drupal5/sites/all/modules/devel/devel.js */
;
/* AGGREGATED JS FILE: drupal5/sites/all/modules/jquery_update/collapse-fix.js */ 
#1
it doesnt seem to work... but i cant reproduce this bug... anyone else with the same problem?
#2
I have the same problem, im not sure why this happen. Someone else ? Any solution ?
#3
Aparently, the problem was solved by this solution http://drupal.org/node/263557. base_path() value was wrong, so file_get_contents() couldnt read .js file [ line 80 $data = file_get_contents($scripts_js_file); ].