[enh][oscar_template] split js-files and compile them together

This commit is contained in:
Thomas Pointhuber 2014-11-30 13:21:58 +01:00
parent 08f4b7f506
commit e687f5c290
14 changed files with 248 additions and 81 deletions

View file

@ -73,6 +73,6 @@
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
{% if autocomplete %}<script src="{{ url_for('static', filename='js/typeahead.bundle.min.js') }}"></script>{% endif %}
<script src="{{ url_for('static', filename='js/require-2.1.15.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/scripts.js') }}"></script>
<script src="{{ url_for('static', filename='js/searx.min.js') }}"></script>
</body>
</html>