652fac8
diff -up ./Bugzilla/Constants.pm.orig ./Bugzilla/Constants.pm
652fac8
--- ./Bugzilla/Constants.pm.orig	2018-02-18 12:22:45.541837039 +0100
652fac8
+++ ./Bugzilla/Constants.pm	2018-02-18 12:22:53.538784733 +0100
652fac8
@@ -213,7 +213,7 @@ use constant LOCAL_FILE  => 'bugzilla-up
652fac8
 # When true CSS and JavaScript assets will be concatanted and minified at
652fac8
 # run-time, to reduce the number of requests required to render a page.
652fac8
 # Setting this to a false value can help debugging.
652fac8
-use constant CONCATENATE_ASSETS => 1;
652fac8
+use constant CONCATENATE_ASSETS => 0;
652fac8
 
652fac8
 # These are unique values that are unlikely to match a string or a number,
652fac8
 # to be used in criteria for match() functions and other things. They start