php-sprockets icon indicating copy to clipboard operation
php-sprockets copied to clipboard

strip comments strips urls

Open michan85 opened this issue 15 years ago • 0 comments

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); }

michan85 avatar Aug 28 '10 18:08 michan85