Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agent-simon-s/2eea08e342072007f4eaa510a0ee1347 to your computer and use it in GitHub Desktop.
Save agent-simon-s/2eea08e342072007f4eaa510a0ee1347 to your computer and use it in GitHub Desktop.
Sublime Build SCSS global watch app style Gist
{
"cmd": ["sass", "--update", "$file:${folder}/App/style/css/${file_base_name}.css", "--watch", "--stop-on-error", "--style", "compressed", "--no-cache", "--sourcemap=none"],
"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