gruntjs / grunt-contrib-compass

Compile Compass to CSS.
http://gruntjs.com/
MIT License
626 stars 128 forks source link

Error: invalid option: --bundle-exec #231

Closed seafarer closed 9 years ago

seafarer commented 9 years ago

I am getting this error Error: invalid option: --bundle-exec when I try to run the task. Here is my grunt task:

compass: {
  dist: {
    options: {
      config: 'config.rb',
      bundleExec: true
    }
  }
},

I am using bundler and have run bundle install. Compass 0.12.2 is specified and installed. Running Yosemite. The exact same setup seems to work perfectly fine on a number of other folks machines in our office. Any thoughts on where the error could be coming from?

seafarer commented 9 years ago

Ripped everything out and started with fresh installs of node, bundler and this library and got it back.