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