Skip to content

Tags: tuadmin/minify

Tags

1.3.38

Toggle 1.3.38's commit message
php-cs-fixer

1.3.37

Toggle 1.3.37's commit message
Fix 0px minification in calc()

Fixes issue matthiasmullie#137

1.3.36

Toggle 1.3.36's commit message
Add test for issue matthiasmullie#136

1.3.35

Toggle 1.3.35's commit message
Shorten colors some more if their color name is shorter

As suggested on issue matthiasmullie#109

1.3.34

Toggle 1.3.34's commit message
Fix '0' being replaces by first string's value

Fixes matthiasmullie#99

1.3.33

Toggle 1.3.33's commit message
PHPDoc cleanup

1.3.32

Toggle 1.3.32's commit message
Don't strip } when stripping empty tags preceeded by 2 }s

Fixes matthiasmullie#92

1.3.31

Toggle 1.3.31's commit message
Combine imports/import files earlier

If we wait until after adjusting the paths relative to the new
target, we may fail to import them because the path they'll be
relative to may not yet exist.

If we do it after moving path

1.3.30

Toggle 1.3.30's commit message
Add tests for symlinked files

Fixes matthiasmullie#77

1.3.29

Toggle 1.3.29's commit message
Stop testing 5.3 on Travis, it no longer supports it