docpad / docpad-plugin-sass

Adds support for the SASS and SCSS CSS pre-processors to DocPad. It also supports the Compass framework.
Other
13 stars 6 forks source link

Move to node-sass from the Ruby application #20

Closed greduan closed 11 years ago

greduan commented 11 years ago

@balupton Thought it might be worth asking for an update that switches to node-sass. node-sass uses the C version of the SASS compiler (also by the original SASS creator), instead of the Ruby version. So it makes it a much quicker compile process.

Perhaps I can look into forking this and making a pull request with this already integrated?

balupton commented 11 years ago

See https://github.com/docpad/docpad-plugin-sass/issues/11 for the relevant discussion. I'll update the readme with details to avoid confusion.

greduan commented 11 years ago

@balupton Ah. Thank you. :)