Skip to content

Basically modified the Compass-Growl gem to work with terminal-notifier.

Notifications You must be signed in to change notification settings

gwing33/Notifompass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notifompass

I took the Compass-Growl gem and modified it to work with the terminal-notifier.

In the Compass config.rb I just added this...

EXCEPTIONS = [StandardError, ScriptError]

begin
	require "notifompass"
rescue *EXCEPTIONS
	puts "You don't have notifompass gem installed."

	begin
		require "compass-growl"
	rescue *EXCEPTIONS
		puts "You don't have compass-growl installed either!"
	end
end

About

Basically modified the Compass-Growl gem to work with terminal-notifier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages