-
Improvement
-
Resolution: Fixed
-
Minor
-
2.7.12, 2.8.10, 2.9.4, 3.0.2, 3.1
-
MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE, MOODLE_31_STABLE
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MDL-53432-git-less-css -
There are a few less than optimal things about the way the less compiled css files are handled with git. I don't want to open a debate about whether the derived files should even be in git at all because that ship has already sailed, I want to just make dealing with that reality better.
Some issues with the current set up:
- If you are making a patch and checkin both less and css then the diffs are horrible because the combined and minified css or js is all on a single line
Solution:
- mark the various derived files as not to be diffed in .gitattributes
- has been marked as being related by
-
MDL-83988 Remove git diffs for JS maps, minified JS, and similar
-
- Closed
-