jgoux / generator-angulpify

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

Using gulp-sass and handling sourcemaps with Sass #24

Closed rchampourlier closed 9 years ago

rchampourlier commented 9 years ago

I replaced gulp-ruby-sass with gulp-sass and made the necessary changes to enable gulp-sourcemaps for Sass too and it's working perfectly fine for me!

robertbak commented 9 years ago

gulp-sass uses libsass instead of the ruby counterpart which introduces incompatibilities (eg. some compass functions can't be used - see https://github.com/Compass/compass/issues/1916 )

rchampourlier commented 9 years ago

Thanks for the info. I'm not an heavy-user of Gulp nor Compass so I wasn't aware of this.

Seems like a show-stopper for now, so I'll just close this PR.