Merge pull request #2846 from alecmerdler/QUAY-682

Optimize Webpack JS Bundle Size
This commit is contained in:
Alec Merdler 2017-09-18 16:47:30 -04:00 committed by GitHub
commit ad61df66c5
28 changed files with 383 additions and 366 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 %}