Skip to content

Tags: AlainGauthier/minify

Tags

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

1.3.28

Toggle 1.3.28's commit message
Merge pull request matthiasmullie#62 from EkkoSense/master

Allow URL-rewriting without saving the minified content to the file system

1.3.27

Toggle 1.3.27's commit message
Don't collapse line feeds after "return"

return is not guaranteed to be followed by a return value.
It could just be "return", followed by nothing (void return),
not even a semicolon, just line feed (ASI)
Whatever is next could, for example, be another operator.
We may just need ASI to kick in there, so keep the line feed
after return.

Fixes issue matthiasmullie#54

1.3.26

Toggle 1.3.26's commit message
Fix relative target path tests

1.3.25

Toggle 1.3.25's commit message
Allow minified data to be written to cache