Skip to content

Instantly share code, notes, and snippets.

@revolunet
Created March 14, 2012 20:45
Show Gist options
  • Select an option

  • Save revolunet/2039374 to your computer and use it in GitHub Desktop.

Select an option

Save revolunet/2039374 to your computer and use it in GitHub Desktop.
Compile SCSS right from SublimeText 2
# 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