Skip to content

Instantly share code, notes, and snippets.

@lfbn
Last active April 23, 2020 13:46
Show Gist options
  • Save lfbn/44fb75802bada5289a6c0121977ede53 to your computer and use it in GitHub Desktop.
Save lfbn/44fb75802bada5289a6c0121977ede53 to your computer and use it in GitHub Desktop.
Bash script to generate CSS from SASS in watch mode.
sass --update --style=compressed --no-source-map --watch stylesheets/main.scss:public/css/style.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment