Closed craigcosmo closed 13 years ago
Please provide an example of some code that causes a failure.
$str = "company's"; $this->jsmin->minify($str);
just default usage, no config
That's a PHP string containing the text company's
, which is not valid JavaScript by itself. JSMin can't minify invalid JavaScript.
strings that contain words such ass company's, father's, mom's will fail the script.