The gulpfile in this gist demostrates how to make a simple static site using .kit files, serve the compiled kit files via browsersynce complete with streaming (no-reload) CSS changes and reloading when kit or js is compiled.
This is the directory structure that the gulpfile uses.
-root
--/assets
----/images
----/js
--/dist
--/src
----/partials <--kit files
---/scss
--/_gulp <-- gulpfile.js + package.json goes here