From 931cd68a15d3c1f9696c73044b36190f0f482622 Mon Sep 17 00:00:00 2001 From: "Hallvord R. M. Steen" Date: Tue, 15 Dec 2015 14:01:43 +0100 Subject: [PATCH] Use source JS file in non-production mode #850 --- webcompat/templates/cssfixme.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webcompat/templates/cssfixme.html b/webcompat/templates/cssfixme.html index 6e3ab7555..7f3ba3666 100644 --- a/webcompat/templates/cssfixme.html +++ b/webcompat/templates/cssfixme.html @@ -13,7 +13,13 @@

-      
+      {%- block extrascripts -%}
+      {%- if config.PRODUCTION or config.DEVELOPMENT -%}
+      
+      {%- else -%}
+      
+      {%- endif -%}
+      {%- endblock %}
     
   
 {% endblock %}