We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like the dirname option is relative, even if it includes a leading /. Is there any way to specify an absolute path, such as /etc or /tmp?
dirname
/
/etc
/tmp
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Should be a one line change - https://github.com/hparra/gulp-rename/blob/master/index.js#L45
Use path.relative instead AFAIK. Who wants to send the PR? Add a quick test as well.
No branches or pull requests
It looks like the
dirname
option is relative, even if it includes a leading/
. Is there any way to specify an absolute path, such as/etc
or/tmp
?The text was updated successfully, but these errors were encountered: