joeybaker / remapify

Alias directories for browserify
Other
117 stars 23 forks source link

Aliases uses only backslashes on Windows #16

Closed marekmicek closed 10 years ago

marekmicek commented 10 years ago

Hi,

I tried to use the plugin on windows, but it seems that it uses only backslashes there (i.e. ), I think one should be able to use / rather that \

joeybaker commented 10 years ago

@marekmicek This is a fair point. Currently, remapify uses path.sep for its aliases, which makes it platform dependent. #10 should fix this for you. I'll merge it shortly.