Skip to content

Commit

Permalink
Docs: Fix syntax in recipe example (#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvd authored and phated committed Nov 8, 2016
1 parent c120a94 commit 4d726af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/server-with-livereload-and-css-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ gulp.task('serve', gulp.series('sass', function() {
});

gulp.watch('scss/*.scss', gulp.series('sass'));
});
}));
```

and including the pre-processed CSS in `index.html`:
Expand Down

0 comments on commit 4d726af

Please sign in to comment.