gruntjs / grunt-contrib-compass

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

fix(bundleExec): pass only compass package name, not full path #250

Closed shahata closed 8 years ago

shahata commented 8 years ago

compass full path needs to be used only when no using bundleExec. when bundleExex is used command should be ~/.../bundle exec compass and not ~/.../bundle exec ~/.../compass as it is today.

Closes #248 Closes #249

shahata commented 8 years ago

this bug was introduced in https://github.com/gruntjs/grunt-contrib-compass/commit/d6a4e227729c8a470b87d270dbc8833ab0126729 and makes version 1.1.0 not usable for anyone using bundleExec

shahata commented 8 years ago

ping?

spoik commented 8 years ago

Can this pull request be merged? This issue also affects me.

vladikoff commented 8 years ago

Thanks!