gruntjs / grunt-contrib-compass

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

Can't find `compass` after upgrade to newest version #248

Closed deiga closed 8 years ago

deiga commented 8 years ago

Somehow the change to locating the executable broke our Linux servers and some of our OSX desktops, I had to downgrade to make everything work again.

driskell commented 8 years ago

Same here.

I've located the change here: https://github.com/gruntjs/grunt-contrib-compass/commit/d0d0dcf44ee2bc8d192b7763102ff9a2d297b59d

The whichSync throws if compass is not found, which it won't be if we're using bundle

I'm going to try make a PR :)

shahata commented 8 years ago

+1

ryuran commented 8 years ago

+1 Works if you have a global compass installed. Doesn't work without.

vincentorback commented 7 years ago

I’m stilling getting this error: Warning: not found: compass Use --force to continue. Compass shouldnt have to be installed globally right?