lazd / gulp-declare

Safely declare namespaces and set their properties
MIT License
17 stars 3 forks source link

Need to use backslash as directory separator on Windows. #7

Open arakash92 opened 9 years ago

arakash92 commented 9 years ago

I'm not sure if this is indented or not, but the processName function will receive the file path with \ as the directory separator on Windows.

Might wanna turn them into forward slashes as it seems the rest of gulp do that? Or at least mention it in the readme.