Would there be any objection to a proposal that would enable use of node-sass (https://github.com/sass/node-sass) to compile Sass as an alternative to compass?
the aim would to add it as an automated task to Grunt and will somehow be called as an alternative to Compass (not sure how yet)
Reasons
- Looks as though it could remove Ruby dependency in this project
- In our own environment we have found it to be faster than Compass
Potential Problems
- We are very much Linux and MacOS here so would need to see what issues Windows might have.
...