appnexus / sicksync

Don’t accept the available as the preferable. Go the extra mile with extra speed.
Apache License 2.0
68 stars 11 forks source link

Better Windows support #44

Closed laggingreflex closed 8 years ago

laggingreflex commented 8 years ago

Fixes #42

Use rimraf instead of rm -rf

When using on Windows it is expected that the user has added Cygwin's path to %PATH%

SET PATH=C:\cygwin\bin;%PATH%

Use cygpath to convert sourceLocation to proper cygwin path.

Converts Windows paths from "C:\some\path" to "C:/some/path"