Automattic / browserbuild

Write for node, compile for browser.
170 stars 16 forks source link

Example won't build in Windows #32

Open Steve-OH opened 11 years ago

Steve-OH commented 11 years ago

The example in the README won't build properly from the Windows cmd.exe command line (I'm running Windows 7 x64). The error is:

error: option -m, --main <name>' argument missing, got-e'

which suggest some kind of command line parsing error.

The example works fine from a bash shell.

-Steve