MathieuLoutre / grunt-aws-s3

Grunt plugin to interact with AWS S3 using the AWS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List directory in debug mode

balexandre opened this issue · comments

Is there a way to simply list a directory when using options: { debug: true } ?

tried like this, but no luck

listing: {
    options: {
        debug: true
    },
    files: [
        {dest: 'dev/', src: ['**'], cwd: 'dist/dev/', expand: true}
    ]
}