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

Nonull with src array #252

Open
bluee opened this issue Aug 28, 2015 · 0 comments
Open

Nonull with src array #252

bluee opened this issue Aug 28, 2015 · 0 comments

Comments

@bluee
Copy link

bluee commented Aug 28, 2015

nonull does not fail if src is an array of files

Example:

   copy: {
            main: {
                     nonull: true,
                     cwd: '../lib/', 
                     expand: true, 
                     src: csslibfiles, 
                     dest: '../publish/~buildcss', 
                     filter: 'isFile',
                     flatten: true 
            },
        }
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