jgoux / generator-angulpify

Yeoman generator involving AngularJS, Gulp and Browserify
138 stars 21 forks source link

Using node-sass instead of node-ruby-sass #21

Closed wlaurance closed 9 years ago

wlaurance commented 9 years ago

Is there any reason to not use node-sass?

This way it doesn't require a ruby env to be setup.

I manually changed to node-sass, and things seem to work.

jgoux commented 9 years ago

Hello @wlaurance , node-sass is always several version behind the ruby-sass as they say on their README : The libsass library is not currently at feature parity with the 3.2 Ruby Gem that most Sass users will use, and has little-to-no support for 3.3 syntax. This is the only reason why I favor ruby-sass over node-sass.

wlaurance commented 9 years ago

Ahh, I wasn't aware of this. Thanks for the explanation! :+1: