whitelisted moment.js locales to reduce bundle size

This commit is contained in:
Alec Merdler 2017-08-02 11:26:36 -04:00
parent 82a08a942e
commit 6dae6c4f82
6 changed files with 13 additions and 19 deletions

View file

@ -22,14 +22,6 @@
<meta property="og:image" content="{{ preferred_scheme }}://{{ hostname }}/static/img/quay_preview.png" />
<!-- /Icons -->
{% for style_path in main_styles %}
<link rel="stylesheet" href="/static/{{ style_path }}" type="text/css">
{% endfor %}
{% for style_path in library_styles %}
<link rel="stylesheet" href="/static/{{ style_path }}" type="text/css">
{% endfor %}
{% block added_stylesheets %}
{% endblock %}
@ -57,10 +49,6 @@
<script src="{{ script_url }}"></script>
{% endfor %}
{% for script_path in library_scripts %}
<script src="/static/{{ script_path }}"></script>
{% endfor %}
{% block added_dependencies %}
{% endblock %}