-
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>>
>>
gt;>
>> Regards,
>>
>> Steve.
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>
> -
This seems to be the case with 5.1.0.5 as well - was there any
resolution for it? Did you ever create an enhancement request?
Kalle
On Sun, May 3, 2009 at 3:07 PM, Steve Eynon
wrote:
> Hi,
>
> If you add a script with an external url then script combining is disabled.
>
> From DocumentLinkerImp
Hi,
If you add a script with an external url then script combining is disabled.
>From DocumentLinkerImpl :
public void addScriptLink(String scriptURL) {
...
// If a script with an external URL is added, we can't combine the
scripts after all.
if (combineScripts && !scriptURL.startsWith(f