briangonzalez / gulp-file-contents-to-json

Slurp in some files, output a JSON representation of their contents.
12 stars 5 forks source link

Support handling Windows path with backslashes #6

Closed jacobbroberg closed 8 years ago

jacobbroberg commented 8 years ago

Convert any backslashes in the path to forward slashes in order to split a Windows path correctly

briangonzalez commented 8 years ago

lgtm

thanks!