grunt-hashres icon indicating copy to clipboard operation
grunt-hashres copied to clipboard

Use Case Insensitive search to update with hashed name

Open ravirneni1 opened this issue 9 years ago • 0 comments

Can an option added to ignore case when searching for file names during rename operation?

File is: charting.js For cache busting file is renamed as 52ffe3f4.charting.cache.js Chart.html refers the file as src= 'Charting.js'

Script file name in Chart.html will not be updated with new name because src has file name with different case than physical file.

In windows world it is becoming very hard to make team to follow and use exact case. As browser treats files in case insensitive manner probably it will benefit lots of users.

ravirneni1 avatar Nov 28 '15 17:11 ravirneni1