output-directory

Place all output dlls in common directory from Visual Studio

I have a couple of different solutions, in which some projects may depend on output from projects in other solutions. To manage this, I've been copying dll files from the /bin/ folder in each project to a shared library location after build, and then copy/reference them from there to the dependent project. However, as the library soluti...

Does --css-dir always have to be relative to the project directory?

I'm using compass 0.10.4 I'm running a compass command and I want it to put it's output to the server when I run a watch instead of to the project directory. Is there any way of specifying an absolute path instead of a path relative to the directory you want the css output to? I'm trying to have my compiled css output to the directory...