gruntjs / grunt-contrib-compass

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

Warning: Couldn't find the `bundle` binary when using bundleExec: true on Windows #176

Closed wrumsby closed 10 years ago

wrumsby commented 10 years ago

I'm using grunt-contrib-compass 0.9.0.

I've performed the same steps on my OS X machine and on a Windows VM on the same machine:

  1. I've installed Bundler
  2. I've checked that Bundler is on the path by running bundle --version
  3. I've set up my grunt-contrib-compass to use bundleExec: true - like this
  4. If I run grunt compass:production on OS X it works
  5. If I run grunt compass:production on Windows 7 (using Git Bash or Command Prompt) I get an error:

$ grunt compass:production Running "compass:production" (compass) task Warning: Couldn't find the 'bundle' binary. Make sure it's installed and in your $PATH Use --force to continue.

Running grunt compass:production --force on Windows works, but it still produces the warning message and the task ends with the message "Done, but with warnings."

AFAICT, the warnings shouldn't happen.

novascreen commented 10 years ago

same here, happens on Windows 7 and 8 as of 0.9.0 gem versions 2.0.3 and 2.0.14 node versions 0.10.26 and 0.10.25 bundler version 1.6.5

Jusas commented 10 years ago

This has been fixed in code but the latest version still needs to be tagged for bower.

bettysteger commented 10 years ago

cool! needs to tagged for npm ;)

sindresorhus commented 10 years ago

released.