Bug 21193

Summary: Develop a procedure for handling minified CSS at release only
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Nick Clemens (kidclamp) 2018-08-09 15:30:15 UTC
Since bug 19474 we have a build toll for css and can build minified or readable versions, we shoudl integrate this into the release pipeline so developers can commit only the readable version.


From bug 19474:
Could we imagine to have a staff-global.css and staff-global.min.css 
It would depend on the dev_install config flag, devs will use .css whereas production installations will use .min.css

The .min.css would be generated only on releasing (and will avoid to pollute the git log).
Comment 1 Katrin Fischer 2023-10-02 21:24:20 UTC
I believe we have taken care of this now - please re-open if I am mistaken!