Skip to content

Instantly share code, notes, and snippets.

@EvanLovely
Created August 22, 2013 02:42
Show Gist options
  • Save EvanLovely/6302627 to your computer and use it in GitHub Desktop.
Save EvanLovely/6302627 to your computer and use it in GitHub Desktop.
SASS/Compass Simple Compile Error Beep for Mac. To hear a sample, run this in Terminal: `afplay /System/Library/Sounds/Basso.aiff`
# Play sound Basso upon error
on_stylesheet_error do
system('afplay /System/Library/Sounds/Basso.aiff')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment