gruntjs / grunt-contrib-compass

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

Option to define the version of compass gem to use #221

Closed hver closed 9 years ago

hver commented 9 years ago

If you have different version of compass installed and would like to switch between them you can use bundler or rvm. But in some cases it is not trivial. Because of this I would like to propose another, convinient way to set a version of compass to run. I've added an option, which sets _version_ after compass executable, like compass _1.0.1_ compile. If this version of gem is installed it will be run, otherwise the task is aborted.

sindresorhus commented 9 years ago

No thanks. As you said, that's a job for bundler/rvm.