comment out js and css for marketplace-experiments until there's something to compress

This commit is contained in:
Andy McKay 2012-01-30 14:31:04 -08:00
Родитель 5af35be991
Коммит 3f4f3e8e42
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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 %}