What's wrong with my gulp task?
I am copying some code from an example.
I receive an error message stating, "Task function must be specified" on the first line of code below, "gulp.task('serve'..."
When I remove the [sass] dependency, the gulp tasks work. What is wrong with my code...