Skip to content

Task runs without failing or uploading anything #116

@christiansmith

Description

@christiansmith

What am I missing? I have a similar setup using 0.2.0-alpha.1 working on an older Mac with Snow Leopard. On my shiny new MBP with Mavericks nothing happens.

Versions:

  • node v0.10.23
  • npm 1.3.17
  • grunt-cli v0.1.11
  • grunt v0.4.2
  • grunt-s3 0.2.0-alpha.3

Config:

    s3: {
      options: {
        // key and secret are environment variables
        bucket: 'oauth2app'
      },
      dev: {
        upload: [
          { src: 'dist/index.html',         dest: 'index.html' },
          { src: 'dist/robots.txt',         dest: 'robots.txt' },
          { src: 'dist/favicon.ico',        dest: 'favicon.ico' },
          { src: 'dist/bower_components/*', dest: 'bower_components/' },
          { src: 'dist/css/*',              dest: 'css/' },
          { src: 'dist/images/*',           dest: 'images/' },
          { src: 'dist/scripts/*',          dest: 'scripts/' },
          { src: 'dist/styles/*',           dest: 'styles/' },
          { src: 'dist/views/*',            dest: 'views/' }
        ]
      }
    }

Output of running grunt s3 or grunt s3:dev:

$ grunt s3
Running "s3:dev" (s3) task

Done, without errors.

Any ideas? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions