gtache / scalajs-gradle

A Gradle plugin adding basic functions to support Scala.js
20 stars 14 forks source link

Get classpath separator from system #3

Closed maanaben closed 8 years ago

maanaben commented 8 years ago

Classpath separator on OSX is ':' instead of ';'. This change gets the path separator from the system to ensure cross-platform compatibility.

gtache commented 8 years ago

Thanks for your contribution, however it has already been fixed (then removed as this line was unnecessary) on the dev branch ;)
(I hope to release the 0.2.0 the following week, as soon as I can get the testing to work)

maanaben commented 8 years ago

Great! Looking forward to it.