Josiah / gulp-cachebust

Generates checksums and renames references to files, useful for cachebusting
30 stars 11 forks source link

Add word boundaries to regular expression to fix name matching error. #5

Closed arynkiewicz closed 9 years ago

arynkiewicz commented 9 years ago

This fixes an issue in which file names are being matched incorrectly. For example, "b.css" would also incorrectly match "a_b.css" because the regex doesn't specify the word boundary.

geowa4 commented 9 years ago

:+1:

MikeASchneider commented 9 years ago

This looks like a good fix. This bug has been really irritating me. :+1:

BrokenWits commented 9 years ago

:+1:

Josiah commented 9 years ago

Sorry it took so long to see this

arynkiewicz commented 9 years ago

@Josiah Hey can you push this to npm? Thanks!

Josiah commented 9 years ago

@arynkiewicz pushed v0.0.4