Closed arynkiewicz closed 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.
:+1:
This looks like a good fix. This bug has been really irritating me. :+1:
Sorry it took so long to see this
@Josiah Hey can you push this to npm? Thanks!
@arynkiewicz pushed v0.0.4
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.