Since javascript aggregation was moved into core for D6, the D6 version of the aggregator module does not include the ability to exclude files by pattern / regex. The Drupal 6 version of the drupal_add_js() function as a variable that you can pass in to tell Drupal to exclude the file from aggregation. Unfortunately wysiwyg api doesn't take advantage of this parameter. I'm not sure the best way to implement this, I guess as a setting in the overall configuration, or as a setting for each editor widget.

Could this be added soon? I'd be happy to help, I have located the drupal_add_js function calls in the core wysiwyg module, but I'm not sure how you would want this implemented.

Comments

sun’s picture

Status: Active » Postponed (maintainer needs more info)

The latest development snapshot implements support for this already. Specifically, TinyMCE's editor library script is not aggregated.

So what's the issue?

justageek’s picture

Ok, I am not using the devel snapshot, I will try that.

sun’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking as fixed for now.

Status: Fixed » Closed (fixed)

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