kwin opened a new issue, #609: URL: https://github.com/apache/maven-doxia-sitetools/issues/609
### New feature, improvement proposal Currently all resources contained in a custom skin are unconditionally included in the resulting site (via https://maven.apache.org/doxia/doxia-sitetools/apidocs/org/apache/maven/doxia/siterenderer/SiteRenderer.html#copyResources-org.apache.maven.doxia.siterenderer.SiteRenderingContext-java.io.File-). There should be a way to only conditionally include resources depending on site configuration. This is particularly an issue as due to [ASF CSP](https://infra.apache.org/csp.html) very few external scripts are allowed, but always including all scripts (even if not leveraging the related feature) is just waste of memory. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
