tactivos / grunt-cdn

79 stars 53 forks source link

Can you support an image/link with brackets {{ }} in it? #14

Open drewhamlett opened 11 years ago

drewhamlett commented 11 years ago

First of all, thanks for this module. It's great. I'm having one issue though. With image references that look like this, it doesn't do anything. I'm guessing the brackets are throwing off the regex.

   <img src="/media/images/thumbnails/{{image.name}}.jpg" alt="{{image.title}}"></a> 

I'm not a regex expert or I would definitely try to send you a pull. Thanks for your help.