Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-07 | Optimise CSS compression | Bergi | 1 | -9/+9 | |
2017-12-18 | Fix warnings and errors | Jasper Van der Jeugt | 1 | -2/+1 | |
2017-11-17 | Fix compression of calc() in CSS | Krzysztof Jurewicz | 1 | -0/+2 | |
According to Mozilla Developer Network, “The + and - operators must always be surrounded by whitespace.”. | |||||
2017-06-10 | Some small CSS compression improvements | Nicole Rauch | 1 | -3/+7 | |
* We now also compress whitespace around commas. * Remove whitespace around some other operators as well. * Clarified the code around the separator compression and even improved the code (one case slipped through unnoticed). | |||||
2016-10-17 | Move from test-framework to tasty | Jasper Van der Jeugt | 1 | -6/+6 | |
2016-08-15 | Also trim whitespace around colons. | Nicole Rauch | 1 | -0/+2 | |
2016-08-14 | Do not strip comments that are inside constants. | Nicole Rauch | 1 | -1/+4 | |
2016-08-14 | We must avoid the compression of whitespace in constants by handling it in ↵ | Nicole Rauch | 1 | -1/+6 | |
the same way. | |||||
2016-08-14 | Improved the compaction a bit more. | Nicole Rauch | 1 | -0/+2 | |
2016-08-14 | Compacted the tests and made them more readable. | Nicole Rauch | 1 | -22/+11 | |
2016-08-14 | We need to constantly check whether we are at the start of a constant, not ↵ | Nicole Rauch | 1 | -4/+6 | |
just once. | |||||
2016-08-14 | Adding tests that make sure that whitespace at the start or end of constants ↵ | Nicole Rauch | 1 | -0/+5 | |
does not get eaten. | |||||
2016-08-14 | Adding tests that make sure that the constant terminators don't get mixed up. | Nicole Rauch | 1 | -0/+5 | |
2016-08-14 | Whitespace in certain kinds of string constants is no longer eliminated. | Nicole Rauch | 1 | -0/+3 | |
2016-08-14 | Added some unit tests for CompressCss | Nicole Rauch | 1 | -0/+43 | |