Skip to content

Instantly share code, notes, and snippets.

@adelgise
adelgise / gulp_sass_livereload.md
Created September 28, 2018 18:29 — forked from kellishouts/gulp_sass_livereload.md
Gulp + Sass + LiveReload 1.0

Gulp + Sass + LiveReload

This Gist goes over setting up a gulp workflow that will:

  1. watch for any sass changes, then compiles sass source into css
  2. watch for any changes in the public directory, and trigger live-reload
  3. serve static content in public/