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

Non existing source shows invalid file #17

Open
olysyuk opened this issue May 30, 2015 · 0 comments
Open

Non existing source shows invalid file #17

olysyuk opened this issue May 30, 2015 · 0 comments

Comments

@olysyuk
Copy link

olysyuk commented May 30, 2015

Try config

symlink: {
    options: {
        overwrite: true
    },
    test: {
        files: [
            {
                src: 'nonexistingfolder',
                dest: 'new'
            }
        ]
    },
}

It will return:

grunt symlink:test
Running "symlink:test" (symlink) task
Warning: Arguments to path.join must be strings Use --force to continue.

Aborted due to warnings.

Instead of File not exist

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