duojs / duo

A next-generation package manager for the front-end
3.42k stars 118 forks source link

Wildcard problem in windows #435

Closed mrhyde closed 9 years ago

mrhyde commented 9 years ago

Trying the basic thing from readme like duo *.js leads to extremely unexpected result: No debug info, no files, nothing. Trying the same command in cygwin env:

This makes usage of duo on windows very problematic :(

Windows 10 x64 TP (build 9926) node -v v0.10.36 npm -v 2.5.1 duo -V 0.9.4

stephenmathieson commented 9 years ago

yeah, windows doesn't expand wildcards as expected. imo, this is a documentation problem on our end.

fyi, you can do this instead:

$ duo admin.js main.js