From 3b91d68130505f6a7cd50e181a39c80db1d72cc9 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Wed, 22 May 2013 22:03:19 -0400 Subject: [PATCH] Don't try to use minified JS in production mode (for now). --- ansibleworks/ui/templates/ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansibleworks/ui/templates/ui/index.html b/ansibleworks/ui/templates/ui/index.html index 10c47943e0..5f1564a7df 100644 --- a/ansibleworks/ui/templates/ui/index.html +++ b/ansibleworks/ui/templates/ui/index.html @@ -13,7 +13,7 @@ - {% if not settings.DEBUG %} + {% if 0 and not settings.DEBUG %} {# FIXME: Change to use minified JS once we are building it. #} {% else %}