From be2bbe35cf49763ad0258c005f3cbdddd7a21d75 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 13 Jun 2018 16:43:42 +0100 Subject: Compile as much JS with Gulp as possible This will concatenate ALL of our JS, and minify it - thus leaving us with a single file to be loaded. There's a few libraries we can't do this with, unfortunately - these are now added in fouc.js: * Ace Editor * Flatpickr * Font-Awesome --- templates/wiki/base.html | 11 ++++------- templates/wiki/page_edit.html | 3 --- templates/wiki/revision_list.html | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) (limited to 'templates/wiki') diff --git a/templates/wiki/base.html b/templates/wiki/base.html index f9aa251e..0e5e9733 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -6,11 +6,7 @@ - - - - - + @@ -216,7 +212,8 @@ - - + diff --git a/templates/wiki/page_edit.html b/templates/wiki/page_edit.html index 69726d93..70f426e1 100644 --- a/templates/wiki/page_edit.html +++ b/templates/wiki/page_edit.html @@ -4,9 +4,6 @@ {% block og_description %}{% endblock %} {% block page_classes %}uses-rst{% endblock %} -{% block extra_head %} - -{% endblock %} {% block content %}
diff --git a/templates/wiki/revision_list.html b/templates/wiki/revision_list.html index a1936c32..cd6767db 100644 --- a/templates/wiki/revision_list.html +++ b/templates/wiki/revision_list.html @@ -31,6 +31,6 @@ - {% endblock %} -- cgit v1.2.3