Created
May 6, 2015 19:15
-
-
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]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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