Skip to content

Tags: matthiasmullie/minify

Tags

1.3.73

Toggle 1.3.73's commit message
Tighten legacy color conversion

The existing regex was only separating on comma,
but `var()` statements (which can be used as values)
can also include a comma (after which follows a
default value)

This seemed to be the case in one instance in Bootstrap,
causing it to be minified incorrectly.

This replacement is more strict, and will only
convert colors made up of their literal values,
ignoring any that include `var()`s in there.

Fixes #422

1.3.72

Toggle 1.3.72's commit message
make format

1.3.71

Toggle 1.3.71's commit message
Fix PHP 5.5 tests

1.3.70

Toggle 1.3.70's commit message
Merge branch 'Visualq-master'

1.3.69

Toggle 1.3.69's commit message
Fix bug #395 Calc function missing on background-position property

1.3.68

Toggle 1.3.68's commit message
Add convenience var for testing only certain paths

1.3.67

Toggle 1.3.67's commit message
Merge branch 'rowhel95-rowhel95-patch-1'

1.3.66

Toggle 1.3.66's commit message
Make test suite pass for all PHP versions

1.3.65

Toggle 1.3.65's commit message
Don't install libzip for more recent php versions

1.3.64

Toggle 1.3.64's commit message
Add test for #349