We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use keep with a folder how is direct in the root directory it works perfect. My working example:
keep
ftpush: { build: { auth: { host: 'server.com', port: 21, authKey: 'key' }, src: 'dist', dest: '/', keep: ['/folder'] } }
But if I use keep with a subfolder, all elements in the subfolder and the subfolder itself will be deleted on the server.
I tested it with:
keep: ['/folder/subfolder']
keep: ['/folder/subfolder/']
keep: ['/folder/subfolder/*']
keep: ['/folder/subfolder/**']
but nothing works.
I use Windows 7 and Node.js 0.10.31.
The text was updated successfully, but these errors were encountered:
have you tried with keep: ['folder'] ?
keep: ['folder']
Sorry, something went wrong.
No branches or pull requests
When I use
keep
with a folder how is direct in the root directory it works perfect.My working example:
But if I use
keep
with a subfolder, all elements in the subfolder and the subfolder itself will be deleted on the server.I tested it with:
but nothing works.
I use Windows 7 and Node.js 0.10.31.
The text was updated successfully, but these errors were encountered: