Skip to content

Commit

Permalink
Update gulp-ruby-sass syntax (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeisfoo authored and phated committed Feb 9, 2015
1 parent 0cc972c commit af17d96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/recipes/server-with-livereload-and-css-injection.md
Expand Up @@ -50,8 +50,7 @@ var browserSync = require('browser-sync');
var reload = browserSync.reload;

gulp.task('sass', function() {
return gulp.src('scss/styles.scss')
.pipe(sass())
return sass('scss/styles.scss')
.pipe(gulp.dest('css'))
.pipe(reload({ stream:true }));
});
Expand Down

0 comments on commit af17d96

Please sign in to comment.