Age | Commit message (Expand) | 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 |
2017-06-10 | Some small CSS compression improvements | Nicole Rauch | 1 | -3/+7 |
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 th... | Nicole Rauch | 1 | -1/+6 |
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 ju... | Nicole Rauch | 1 | -4/+6 |
2016-08-14 | Adding tests that make sure that whitespace at the start or end of constants ... | Nicole Rauch | 1 | -0/+5 |
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 |