gulp-autoprefixer causes this error with gulp-ruby-sass
Closed this issue · 1 comments
alechance commented
[11:57:39] Starting 'styles'...
[11:57:40] gulp-ruby-sass: directory
[11:57:40] gulp-ruby-sass: write main.css
write main.css.map
events.js:72
throw er; // Unhandled 'error' event
^
Any ideas why? Thanks!
tsevdos commented
Hello @alechance
Try to comment out this line of code .pipe(autoprefixer('last 2 version', 'safari 5', 'ie 8', 'ie 9', 'opera 12.1', 'ios 6', 'android 4'))
(gulpfile.js). I'm planning to update the entire repo when I'll find the time...