Bug 21193 - Develop a procedure for handling minified CSS at release only
Summary: Develop a procedure for handling minified CSS at release only
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-09 15:30 UTC by Nick Clemens (kidclamp)
Modified: 2023-10-02 21:24 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!