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 ++++++++++++++++++++++++++++++++++++++++ website/templates/_scaffold.html | 13 ++++-------- 2 files changed, 48 insertions(+), 9 deletions(-) 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/templates/_scaffold.html b/website/templates/_scaffold.html index be004744..a03f6ef9 100644 --- a/website/templates/_scaffold.html +++ b/website/templates/_scaffold.html @@ -43,13 +43,10 @@ ${title} - + - - + <#list load as ld> @@ -57,10 +54,8 @@ - - + + -- cgit