Tags: Visualq/minify
Tags
Require that a regex has some content Otherwise, the `//` that start a comment could be misread as regexes. Fixes matthiasmullie#196
Allow `=` inside regexes A fix for something else introduced a potential issue that when regular expressions have a `=` inside them, they wouldn't be recognized as such. This should make the regex detection more robust by checking the surrounding code, instead of limiting what can be inside.
Quote url() uri's with quotes in them Fixes matthiasmullie#193
Don't collapse newlines after 'continue' Fixes matthiasmullie#178