- Rename cssFiles to mainCSS for clarity
- Add comments to variables for clarity
- Remove unnecessary jekyll-rebuild task
- Remove unnecessary browserSync.reload() calls (reloading is handled by browserSync automatically because the files property is set to siteRoot)
- Add jekyll-build as a dependency for serve, so Jekyll is built when running the Gulp defualt task
- Add markdown files to gulp.watch() function in serve