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

Seems suddenly this stopped working #283

Open
bobugeorgep opened this issue Feb 18, 2017 · 0 comments
Open

Seems suddenly this stopped working #283

bobugeorgep opened this issue Feb 18, 2017 · 0 comments

Comments

@bobugeorgep
Copy link

All I am trying to do is copy a text file from a "from" folder to "test-grunt-target-2" folder.
It was working fine, but now it seems taking for ever. I terminate the console since its taking more than 1 min for copying a 20Kb text file.
image

copy: {
            target2: {
                files: [
                    {
                        cwd: 'from/',
                        expand: true,
                        src: ['**/*.*'],
                        dest: 'test-grunt-target-2'
                    }
                ]
            }
        },
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