mwaylabs / Espresso

The-M-Projects build tools using node.js.
www.the-m-project.org
Other
84 stars 28 forks source link

deploy local on windows #95

Open mrKlar opened 12 years ago

mrKlar commented 12 years ago

When I deploy with the local mode on Windows I get an error. I can make it work if I modify the index.js file in the local sub-dir in expresso by replacing the command "/bin/sh" by "sh".

Could it automatically select the right executable based on the OS it is running on?

thanks