I put this line in AppModule.java

    public static void contributeApplicationDefaults(
            MappedConfiguration<String, String> configuration)
    {
        configuration.add(SymbolConstants.PRODUCTION_MODE, "false");
        configuration.add(SymbolConstants.COMBINE_SCRIPTS, "false");
    }


But no success.


Argo


2009/10/26 Carl Crowder <carl.crow...@taptu.com>

> There's a configuration variable you can set: "tapestry.combine-scripts"
>
> See http://tapestry.apache.org/tapestry5.1/guide/conf.html
>
> Argo Vilberg wrote:
>
>> hi,
>>
>> In tapestry 5.1.0.5 javascript are combained together in one file:
>>
>> src="
>>
>> /digileping/assets/virtual/H4sIAAAAAAAAAJXQUWrDMAyAYTPY065RyhjUTrdlawc9S3AcOVOb2MZSRtMz7Wq7w$002bJAAn1J6ZsR3y8b$002f$002f6Jx4sQD1II8SRelCYCJkUmYmBtusZ3pHK5lZnMVYiePfcB5JGEXLZX0$002bSflz1YC4ZHuZok6wDEsZ$002fRNEhqPamy0eZUYqxmNk$002bS29zctmmBSNcwXv41cR2CejfG7t8$002bqizf63L3OvxAYupIypygQvZxPqT2877WeGexTuFuMTS$002bDd6B47GGH4g9f6Mby8MdJUJwtcVzwdhAWd9$002bcYtndKQuw4qiC5VmiMW2yIbwH4zpiYQ3AgAA.js<
>> https://www.digileping.ee/digileping/assets/virtual/H4sIAAAAAAAAAJXQUWrDMAyAYTPY065RyhjUTrdlawc9S3AcOVOb2MZSRtMz7Wq7w$002bJAAn1J6ZsR3y8b$002f$002f6Jx4sQD1II8SRelCYCJkUmYmBtusZ3pHK5lZnMVYiePfcB5JGEXLZX0$002bSflz1YC4ZHuZok6wDEsZ$002fRNEhqPamy0eZUYqxmNk$002bS29zctmmBSNcwXv41cR2CejfG7t8$002bqizf63L3OvxAYupIypygQvZxPqT2877WeGexTuFuMTS$002bDd6B47GGH4g9f6Mby8MdJUJwtcVzwdhAWd9$002bcYtndKQuw4qiC5VmiMW2yIbwH4zpiYQ3AgAA.js
>> >
>>
>> "
>>
>>
>> But in 5.0.14 was:
>>
>> Tapestry Framework (version 5.1.0.5)" name="generator"></meta><script
>> t/javascript"></script><script src="
>> /digileping/assets/app/62d7a796360dcacf/pages/js/ckeditor/ckeditor.js<
>> https://localhost/digileping/assets/app/62d7a796360dcacf/pages/js/ckeditor/ckeditor.js
>> >"
>>
>> type="text/javascript"></script><script src="
>> /digileping/assets/app/62d7a796360dcacf/pages/js/ckeditorconfig.js<
>> https://localhost/digileping/assets/app/62d7a796360dcacf/pages/js/ckeditorconfig.js
>> >"
>>
>> type="text/javascript"></script><script src="
>> /digileping/assets/app/62d7a796360dcacf/components/js/everything.js<
>> https://localhost/digileping/assets/app/62d7a796360dcacf/components/js/everything.js
>> >"
>>
>> type="text/javascript"></script><script src="
>> /digileping/assets/app/62d7a796360dcacf/components/js/iepngfix_tilebg.js<
>> https://localhost/digileping/assets/app/62d7a796360dcacf/components/js/iepngfix_tilebg.js
>> >"
>>
>> type="text/javascript"></script><script src="
>> /digileping/assets/app/62d7a796360dcacf/mixins/zone_updater_1_0.js<
>> https://localhost/digileping/assets/app/62d7a796360dcacf/mixins/zone_updater_1_0.js
>> >
>>
>> "
>>
>>
>> Are there any parameter to tell tapestry leave javascript like in 5.0.14 ?
>>
>>
>> Argo
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to