Open axwel13 opened 7 years ago
Hello,
There is an error between the package 1.4.1 and 1.5.0 in replaceInFile.
var replace = [ // abs path ['/' + original, '/' + hashed], // <== the error is here /* I suggest add in replace array */ [original, hashed], // relative [grunt.util.repeat(fileDepth, '../') + original, grunt.util.repeat(fileDepth, '../') + hashed], ];
Was this ever fixed? I am having the same problem.
I have this problem as well. "src/to/file" is not replaced, only "/src/to/file" is
Hello,
There is an error between the package 1.4.1 and 1.5.0 in replaceInFile.