-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not updating path in file. #138
Comments
Now, even reverting back to 0.8.22, I still see this locally. Perhaps a dependency changed that would cause this? |
Commit e7d945a breaks a relative file path regex for subfolder files. Given a relative path |
Is this issue related to something like this? : http://stackoverflow.com/questions/39792419/gulp-rev-all-not-replacing-paths-correctly-in-html-located-in-subfolder |
@CesarD You are windows? What version of gulp-rev-all are you using? I have released a new version recently that includes a windows PR fix. |
Yes, I'm on windows. I was using the most recent version to that date. Due to project delivery times I had to go back to the combo gulp-rev & gulp-rev-replace and it worked with no issues. |
Previously, if I had a relative path string in a file that is not a require or define, like
var test = './folder/path';
it would update this. After your 3/3 release, this is no longer updates.The text was updated successfully, but these errors were encountered: