if there is a url in the script, it will get removed, strip comments method thinks its a comment. workaroud: comment out strip comments. function stripComments() { //$this->js = preg_replace('/\/\/([^\n]+)/', '', $this->js); }
if there is a url in the script, it will get removed,
strip comments method thinks its a comment.
workaroud:
comment out strip comments.
function stripComments() {
//$this->js = preg_replace('///([^\n]+)/', '', $this->js);
}