fredjean / middleman-s3_sync

The gem that tries really hard not to push files to S3.
MIT License
271 stars 75 forks source link

bundle exec middleman s3_sync --build. not working #120

Closed Tejs closed 8 years ago

Tejs commented 8 years ago

Hi, I'm trying to run a build before the sync like it says here: https://github.com/fredjean/middleman-s3_sync#run-build-before-synchronizing

I use this command: bundle exec middleman s3_sync --build

It returns: Unknown switches '--build'

This command work well: bundle exec middleman s3_sync --dry_run So it seems to be specifically related to the --build

fredjean commented 8 years ago

What version of middleman s3_sync are you using?

Tejs commented 8 years ago

middleman-s3_sync-3.3.9

fredjean commented 8 years ago

I'll have to check, but I'm not entirely sure that it was backported to the v3.3.x branch.

Tejs commented 8 years ago

This is definitely my mistake, seems like I'm running middleman in an old version. I'll update it – sorry for the inconvenience!