Skip to content

Instantly share code, notes, and snippets.

@B-iggy
Created May 6, 2015 19:15
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 B-iggy/a63f2078abb12010f2af to your computer and use it in GitHub Desktop.
Save B-iggy/a63f2078abb12010f2af to your computer and use it in GitHub Desktop.
Sublime Text 3 Build Main Scss File Even If Editing Only Partial File [Code]
// compressed version
"cmd": ["sass", "--update", "${file_path}\\..\\style.scss:${project_path}\\themes\\ignaz-biegler\\css\\style.min.css", "--stop-on-error", "--no-cache", "--style", "compressed"],
// normal version
"cmd": ["sass", "--update", "${file_path}\\..\\style.scss:${project_path}\\themes\\ignaz-biegler\\css\\style.css", "--stop-on-error", "--no-cache"],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment