Closed laggingreflex closed 8 years ago
Fixes #42
Use rimraf instead of rm -rf
rimraf
rm -rf
When using on Windows it is expected that the user has added Cygwin's path to %PATH%
%PATH%
SET PATH=C:\cygwin\bin;%PATH%
Use cygpath to convert sourceLocation to proper cygwin path.
cygpath
sourceLocation
Converts Windows paths from "C:\some\path" to "C:/some/path"
Fixes #42
Use
rimraf
instead ofrm -rf
When using on Windows it is expected that the user has added Cygwin's path to
%PATH%
Use
cygpath
to convertsourceLocation
to proper cygwin path.Converts Windows paths from "C:\some\path" to "C:/some/path"