ppoffice / Hozz

[Development indefinitely suspended] A better way to manage your hosts.
http://ppoffice.github.io/Hozz
Other
912 stars 126 forks source link

fix "*/**" copy res without sub file. #27

Closed kerwin612 closed 7 years ago

kerwin612 commented 7 years ago
fix "*/**" copy res without sub file.
if "/**" -> run 'gulp' throw 'Error: EISDIR: illegal operation on a directory, read at Error (native)'.
if "*/**" -> copy res without sub file.(I had this problem(Empty window after 'npm start') before is because of it)