/[smecontribs]/rpms/bugzilla/contribs10/bugzilla-1438957-concatenate-assets.patch
ViewVC logotype

Annotation of /rpms/bugzilla/contribs10/bugzilla-1438957-concatenate-assets.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon May 23 19:29:49 2022 UTC (2 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: bugzilla-5_0_6-14_fc36, bugzilla-5_0_6-16_el7_sme, bugzilla-5_0_6-15_el7_sme, HEAD
Initial import

1 jpp 1.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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed