deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

Elm Make fails on Windows #59

Closed deadfoxygrandpa closed 8 years ago

deadfoxygrandpa commented 8 years ago

As of Elm Platform 0.16, the output file NUL no longer works. /dev/null still works on Linux and Mac, though.

deadfoxygrandpa commented 8 years ago

It looks like /dev/null is a special case in elm-make now, so I can just use that as the target for all platforms and resolve this on Windows.