whitelisted moment.js locales to reduce bundle size
This commit is contained in:
parent
82a08a942e
commit
6dae6c4f82
6 changed files with 13 additions and 19 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue