curist / grunt-bower

grunt task to copy bower installed packages to other folder(s)
MIT License
93 stars 27 forks source link

Windows path not supported #44

Closed yanni4night closed 9 years ago

yanni4night commented 9 years ago

It crashed on Windows when meeting path like:

{ [Error: Unable to create directory "D:\Workspace\web-lyk-test\static\js\D:" (Error code: ENOENT).]
origError:
{ [Error: ENOENT, no such file or directory 'D:\Workspace\web-lyk-test\static\js\D:']
 errno: 34,
 code: 'ENOENT',
 path: 'D:\\Workspace\\web-lyk-test\\static\\js\\D:',
 syscall: 'mkdir' } }