Hi good people.

We were looking into serving assets from aws cloudfront and could quite
easily make a AssetPathConverter to support that thanks to previous
mailinglist discussions and examples.

The only issue now is that stacks (js) don't seem to go through the
AssetPathConverter. Applies to both custom and core stacks.

Tapestry 5.3.4
I've done this in module:
*binder.bind(AssetPathConverter.class,
CDNAssetPathConverter.class).withId("CDNAssetPathConverter");*
*
*
*public static void
contributeServiceOverride(MappedConfiguration<Class,Object> configuration,*
* @Local AssetPathConverter assetPathConverter) { *
* configuration.add(AssetPathConverter.class, assetPathConverter);*
*}*
*
*
Any idea how to convert paths for javascript stacks?

Many thanks in advance
Magnus Kvalheim

Reply via email to