Thanks for the suggestion!
It seems AssetStack was removed in v5.3. But I modified it to this (using
Scala):
def contributeJavaScriptStackSource(configuration:
MappedConfiguration[String, JavaScriptStack]) {
configuration.`override`("core", new JavaScriptStack {
def getInitialization = ""
def getStylesheets = Collections.emptyList()
def getJavaScriptLibraries = Collections.emptyList()
def getStacks = Collections.emptyList()
});
}
This removes almost everything except for: /ProgressiveDisplay.js/ (which I
guess is not actually a part of the stack).
Any ideas how to remove it, too?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Remove-CSS-JS-stacks-in-v5-3-tp4578833p4579214.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]