jgoux / generator-angulpify

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

Fix scss support and update to gulp-ruby-sass 1.0.0-alpha #29

Closed robertbak closed 9 years ago

robertbak commented 9 years ago

I've tried using this generator and the scss didn't work for me, had to update to a newer gulp-ruby-sass version. It will now also generate sourcemaps in non-release builds.

Check the new docs here: https://github.com/sindresorhus/gulp-ruby-sass/tree/rw/1.0

jgoux commented 9 years ago

Thanks ! :+1: I don't have a lot of time to maintain this project (I don't rely on gulp anymore), so it's always cool to be helped. :)

robertbak commented 9 years ago

Ha, no problem needed to use something like this, so thanks a lot for creating this in the first place :) I actually left a stupid bug in this, can you just merge from my source or should I just create another pr?

jgoux commented 9 years ago

Another PR would be great.