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: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to