comment out js and css for marketplace-experiments until there's something to compress
This commit is contained in:
Родитель
5af35be991
Коммит
3f4f3e8e42
|
@ -556,8 +556,8 @@ MINIFY_BUNDLES = {
|
|||
'css/zamboni/admin-mozilla.css',
|
||||
'css/zamboni/admin_features.css'
|
||||
),
|
||||
'marketplace-experiments': (
|
||||
),
|
||||
# 'marketplace-experiments': (
|
||||
# ),
|
||||
},
|
||||
'js': {
|
||||
# JS files common to the entire site (pre-impala).
|
||||
|
@ -843,8 +843,8 @@ MINIFY_BUNDLES = {
|
|||
'js/lib/less-1.1.4.js',
|
||||
'js/debug/less_live.js',
|
||||
),
|
||||
'marketplace-experiments': (
|
||||
),
|
||||
#'marketplace-experiments': (
|
||||
#),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
href="{{ url('amo.opensearch') }}" />
|
||||
|
||||
{% block site_css %}
|
||||
{{ css('marketplace-experiments') }}
|
||||
{# css('marketplace-experiments') #}
|
||||
<!--[if lt IE 9]>
|
||||
<script src="{{ media('js/lib/iepp.min.js') }}"></script>
|
||||
<![endif]-->
|
||||
|
@ -60,7 +60,7 @@
|
|||
{% if waffle.switch('browserid-login') %}
|
||||
<script async defer src="https://browserid.org/include.js"></script>
|
||||
{% endif %}
|
||||
{{ js('marketplace-experiments') }}
|
||||
{# js('marketplace-experiments') #}
|
||||
<script async defer src="{{ static(url('addons.buttons.js')) }}"></script>
|
||||
<script async defer src="{{ settings.PAYPAL_JS_URL }}"></script>
|
||||
{% endblock %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче