Skip to content

Instantly share code, notes, and snippets.

View misterhaan's full-sized avatar

misterhaan misterhaan

View GitHub Profile
@kyleturman
kyleturman / Sass Watch Daemon.md
Last active May 14, 2020 13:56
Enable `sass --watch` as a daemonized service on Ubuntu & Debian.

This guide assumes that you have ruby and the sass gem installed, and that you have a basic knowledge of the unix terminal. I use nano here, but you can use whatever editor you'd like.

###Find out Path Info

$ echo $PATH
$ gem environment

Save output from $PATH variable and paths in "GEM PATHS:" in a blank text file somewhere for use in the sass-watch file.