Created
March 14, 2012 20:45
-
-
Save revolunet/2039374 to your computer and use it in GitHub Desktop.
Compile SCSS right from SublimeText 2
This file contains hidden or 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
Show hidden characters
| # place this in your ST2 'User' folder | |
| # eg: /Users/juju/Library/Application Support/Sublime Text 2/Packages/User/compass.sublime-build | |
| # | |
| { | |
| "cmd": ["compass", "compile", "--boring" ,"$file_name"], | |
| "working_dir": "$file_path", | |
| "selector": "source.scss" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment