diff options
author | 2018-06-13 16:43:42 +0100 | |
---|---|---|
committer | 2018-06-13 16:43:42 +0100 | |
commit | be2bbe35cf49763ad0258c005f3cbdddd7a21d75 (patch) | |
tree | 962d5e52f4bb57c397c068ae6a11b57952cfc459 /templates/staff/jams/edit_info.html | |
parent | [DB] Attempt reconnection if current connection was lost (diff) |
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
Diffstat (limited to 'templates/staff/jams/edit_info.html')
-rw-r--r-- | templates/staff/jams/edit_info.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/staff/jams/edit_info.html b/templates/staff/jams/edit_info.html index e7abeb54..471f7aaf 100644 --- a/templates/staff/jams/edit_info.html +++ b/templates/staff/jams/edit_info.html @@ -4,9 +4,6 @@ {% block og_description %}Edit the basic info for a code jam{% endblock %} {% block page_classes %}uses-rst{% endblock %} -{% block extra_head %} -<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.3.3/ace.js" type="application/javascript"></script> -{% endblock %} {% block content %} <div class="uk-container uk-container-small uk-section"> |