Skip to content

Instantly share code, notes, and snippets.

@mlbd
Created February 22, 2018 13:37
Show Gist options
  • Save mlbd/d17c8f02ed49fed655f062ee2c78e639 to your computer and use it in GitHub Desktop.
Save mlbd/d17c8f02ed49fed655f062ee2c78e639 to your computer and use it in GitHub Desktop.
{
"cmd": [
"sass", "--update", "--watch", "$file:${file_path}/../css/${file_base_name}.css", "--sourcemap=none", "--stop-on-error", "--no-cache", "--style", "expanded",
"&",
"sass", "--update", "$file:${file_path}/../css/${file_base_name}.min.css", "--stop-on-error", "--no-cache", "--style", "compressed"
],
"selector": "source.sass, source.scss",
"line_regex": "Line ([0-9]+):",
"osx":{"path": "/usr/local/bin:$PATH"},
"windows":{"shell": "true"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment