On 28.05.2013 23:17, Daevid Vincent wrote:
I'm adding some minification to our cache.class.php and am running into an
edge case that is causing me grief.
I want to remove all comments of the // variety, HOWEVER I don't want to
remove URLs...
You need a negative look behind assertion
( http://
Hi Daevid,
On Tue, May 28, 2013 at 2:40 PM, Daevid Vincent wrote:
> I appreciate the pointer, but our files, like many people, is a mixture of
> HTML, PHP and JS in one file. This jsmin appears to only work on .js files
> right? Also, everything else works great in our minifing method, just this
> From: David Harkness [mailto:davi...@highgearmedia.com]
>
> We have been using a native jsmin extension [1] which does a lot more
> without any trouble for over two years now. It's much faster than the
> equivalent PHP solution and is probably tested by a lot more people than a
> home-grown vers
Hi Daevid,
On Tue, May 28, 2013 at 2:17 PM, Daevid Vincent wrote:
> I'm adding some minification to our cache.class.php . . .
We have been using a native jsmin extension [1] which does a lot more
without any trouble for over two years now. It's much faster than the
equivalent PHP solution and
I'm adding some minification to our cache.class.php and am running into an
edge case that is causing me grief.
I want to remove all comments of the // variety, HOWEVER I don't want to
remove URLs...
Given some example text here with carefully crafted cases:
// another comment here
http://foo.com
5 matches
Mail list logo