Created
January 30, 2012 22:29
-
-
Save andymckay/1707210 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/settings.py b/settings.py | |
index 7c80149..913c588 100644 | |
--- a/settings.py | |
+++ b/settings.py | |
@@ -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': ( | |
+ #), | |
} | |
} | |
diff --git a/templates/marketplace-experiments/base.html b/templates/marketplace-experiments/base.html | |
index b1def1b..1e655d6 100644 | |
--- a/templates/marketplace-experiments/base.html | |
+++ b/templates/marketplace-experiments/base.html | |
@@ -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 %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment