untyped / sbt-plugins

SBT plugins for Javascript, Coffeescript, LESS, SASS, and Mustache compilation
73 stars 23 forks source link

Make lessc command OS-independent #50

Closed crisson closed 10 years ago

crisson commented 10 years ago

Previously, the lessc command issued to a sub process when useCommandLine = true omitted a file extension, implying that it was expected to be a reference to an executable file in a Unix-like environment. The windows version of lessc includes the file extension .cmd, so the command execution omitting it would fail with an IOException.

davegurnell commented 10 years ago

Thanks!