On Nov 19, 2009, at 7:00 AM, hex wrote:
> Yes, I am using a VM with Linux and the filesystem is mapped into a
> network drive, and what I wanted to do was to keep my *.sass file into
> my Windows working directory, and to compile them onto the network
> drive which is versioned by git, so I would want to keep my *.sass
> files away from versioning.
Interesting, I approach it the other way around: I make sure to check in my Sass files into version control, but I don’t care about keeping the generated CSS.
I can’t think of any good reason to keep the Sass outside the project. It’s working code. The CSS output is just an artifact.
Andrew Vit