I am trying to find a nice solution working on two different compass projects. One is based off Compass using Blueprint (older version), and the other is based on susy grid (newer version).
Currently, I have to reinstall the right version for the watch
process.
Is it possible to run compile
with a specified version? It would be great if it is also possible to run a watch
process with a specified version.
The tool you're looking for is probally rvm which allows you to have different versions of ruby/gems installed and easily switch between them.
Running it as
will do what you want. (Where you put in the desired version in place of 0.10.5, obviously.)
Perhaps there's a simpler way. If you can use something like Codekit or Livereload, those tools allow you to used embedded sass libraries or define your own.
That you could use the builtin libraries for one project and your custom ones for other projects.
RVM suggested above also works i believe but never tried myself.