master
buildTask
function buildTask(watch) { // sass if (watch) { gulp.watch('www/static/css/**/*.scss', ['sass']); }