mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-24 14:12:45 +01:00
Let the regexes find, then only replace first match. This makes us move in whole batches at once (though regexes will become a bit slower, now having to match not just first char)