Search code examples
sasscompass-sasssusy-compassblueprint

Run Compass/SASS with a different version


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.


Solution

  • Running it as

    compass _0.10.5_ compile
    

    will do what you want. (Where you put in the desired version in place of 0.10.5, obviously.)