This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
This command expects the existence of cp. cp does not exist using Window's cmd.exe.
> coffee --no-header --output lib --compile src && cp src/*.js lib/
'cp' is not recognized as an internal or external command,
operable program or batch file.
(Edit: the slashes also need to be backslashes)