How to build compass in sublime text 2
- by aurel
I downloaded this package which allows use to build compass in though sublime text by pressing cmd+b.
I created a sass file, made sure compass is selected from the tools build system compass menu. But when I press cmd+b the file does not compile and I get no error. I only get [Finished in 0.0s with exit code 1].
However I also tested to build the code with sass (tools build system sass) and it works fine. Do I need to do anything to the sass file for compass to work.
Thanks