concordusapps / grunt-haml

Process HAML templates to precompiled JavaScript or rendered HTML.
https://npmjs.org/package/grunt-haml
MIT License
41 stars 28 forks source link

Windows Paths shouldn't contain backslashes #22

Open Syynth opened 10 years ago

Syynth commented 10 years ago

When using the

includePath: true

option, the generated paths are not consistent across Windows/Unix systems. This makes it difficult for my team (which develops on both systems) to collaborate, and it seems like converting Windows paths to Unix paths is the more sensible option than the other way around.

joneshf commented 10 years ago

Okay, that sounds good. Would you like to submit a PR? We love those! (and it'll also get fixed sooner :wink:)