From 514f461f3a3380b5359ff09648490788e1052876 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 9 Oct 2019 17:25:21 +0000 Subject: [PATCH] Checkpoint here before making changes for case 3690 (Apple browser issues). Revert back to here if necessary to undo test changes. --- source/ri/ri/App_Start/BundleConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ri/ri/App_Start/BundleConfig.cs b/source/ri/ri/App_Start/BundleConfig.cs index bdc528b..eafb36e 100644 --- a/source/ri/ri/App_Start/BundleConfig.cs +++ b/source/ri/ri/App_Start/BundleConfig.cs @@ -59,7 +59,7 @@ namespace ri //FORCE IT HERE OR JUST GO THROUGH AND CLEAN UP THE SCRIPTS #if(DEBUG) - BundleTable.EnableOptimizations = true; + BundleTable.EnableOptimizations = true; #endif