From ca46f98bebe62ce218de9e15d079a100146851ed Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Tue, 18 Dec 2018 00:37:51 +0100 Subject: Serve dependencies instead of using a CDN. Fixes #1964. --- buildScripts/website.ant.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'buildScripts') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index a799e7fe..7fbd911e 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -112,6 +112,50 @@ such as applying the templates to produce the website, converting the changelog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit