Tags: tamerkirci/minify
Tags
Shorten colors some more if their color name is shorter As suggested on issue matthiasmullie#109
Fix '0' being replaces by first string's value Fixes matthiasmullie#99
Don't strip } when stripping empty tags preceeded by 2 }s Fixes matthiasmullie#92
Merge pull request matthiasmullie#62 from EkkoSense/master Allow URL-rewriting without saving the minified content to the file system
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
PreviousNext