Skip to content

Instantly share code, notes, and snippets.

@drinks
Last active December 25, 2015 09:29
Show Gist options
  • Save drinks/6953858 to your computer and use it in GitHub Desktop.
Save drinks/6953858 to your computer and use it in GitHub Desktop.
sass build for sublime
{
"cmd": ["sass", "$file", "--stop-on-error", "--no-cache"],
"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