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/staff/tables/edit.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'templates/staff/tables/edit.html') diff --git a/templates/staff/tables/edit.html b/templates/staff/tables/edit.html index 0c6492e5..421f6c45 100644 --- a/templates/staff/tables/edit.html +++ b/templates/staff/tables/edit.html @@ -2,9 +2,6 @@ {% block title %}Staff | Home{% endblock %} {% block og_title %}Staff | Home{% endblock %} {% block og_description %}Landing page for the staff management area{% endblock %} -{% block extra_head %} - -{% endblock %} {% block content %}
{% if message %} -- cgit v1.2.3