php-sprockets
php-sprockets copied to clipboard
strip comments strips urls
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); }