Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Globbing broken - Windows Network Drive #260

Open
kitsguru opened this issue Oct 27, 2015 · 0 comments
Open

File Globbing broken - Windows Network Drive #260

kitsguru opened this issue Oct 27, 2015 · 0 comments

Comments

@kitsguru
Copy link

Node v4.2.1
npm v2.14.7
grunt v0.4.5
grunt-contrib-copy 0.8.1

{
  // twig
  expand: true,
  flatten: false,
  cwd: 'bower_components/Twig/lib/',
  src: [
         '**'
  ],
  dest: '<%= meta.deployPath %>lib/classes/vendor/'
},

fails on "ENOTSUP: operation not supported on socket, scandir"

Using single '*' does not throw error but also does not copy any files

This was working previously but recently broke when I updated a number of packages. Not sure what broke it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant