Add bootstrap and jquery to gulp build

Currently we aren't using gulp-sass, but we are making use of the JS concat
This commit is contained in:
Tom Price
2017-05-09 13:38:39 +01:00
parent 41196b6447
commit 8ef755ce05
38 changed files with 60 additions and 5803 deletions

View File

@@ -22,8 +22,6 @@
{% block css %}
{% endblock %}
<script src="https://code.jquery.com/jquery-1.8.3.min.js"
integrity="sha256-YcbK69I5IXQftf/mYD8WY0/KmEDCv1asggHpJk1trM8=" crossorigin="anonymous"></script>
<script src="https://cdn.ravenjs.com/1.3.0/jquery,native/raven.min.js"></script>
<script>Raven.config('{% sentry_public_dsn %}').install()</script>
{% block preload_js %}
@@ -165,6 +163,8 @@
<div class="modal fade" id="modal" role="dialog" tabindex=-1></div>
<script src="{% static "js/lib.js" %}"></script>
<script>
Date.prototype.getISOString = function () {
var yyyy = this.getFullYear().toString();
@@ -174,13 +174,9 @@
};
</script>
<script src="{% static "js/jquery.cookie.js" %}"></script>
<script src="{% static "js/alert.js" %}"></script>
<script src="{% static "js/collapse.js" %}"></script>
<script>
$('.navbar-collapse').addClass('collapse')
</script>
<script src="{% static "js/dropdown.js" %}"></script>
<script src="{% static "js/modal.js" %}"></script>
<script src="{% static "js/konami.js" %}"></script>
<script>
jQuery(document).ready(function () {