hparra / gulp-rename

Rename files easily
MIT License
692 stars 73 forks source link

Absolute path? #67

Open apowers313 opened 8 years ago

apowers313 commented 8 years ago

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?

xahon commented 7 years ago

+1

ghost commented 7 years ago

+1

yocontra commented 7 years ago

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.