walmartlabs / generator-thorax

Thorax yeoman generator
MIT License
87 stars 27 forks source link

use grunt-sass in place of grunt-contrib-sass #100

Closed eriktrom closed 10 years ago

eriktrom commented 10 years ago

https://github.com/sindresorhus/grunt-sass uses libsass, which is a node compiler for sass. this would remove the dependency on having to have ruby version of sass installed

eriktrom commented 10 years ago

Closing this b/c libsass via node isn't really stable... felt a little buggy(404 when scss file is empty, for example), plus this notice on the grunt-sass github page: Make sure to review its issue tracker for known bugs before using this task as it can bite you later on.