I guess you can override the js stack core from your AppModule.
public static void
contributeJavaScriptStackSource(MappedConfiguration<String,
JavaScriptStack> configuration)
{
configuration.overrideInstance(InternalConstants.CORE_STACK_NAME,
YourJavaScriptStack.class);
}
and implement your own js stack, being inspired by the previous one
(CoreJavaScriptStack)
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/automatically-add-a-js-library-to-every-page-in-the-app-tp4369847p4370388.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]