compass/lib
Scott Davis 2142430735 Callbacks for the following events:
* sprite_saved
* sprite_generated
* stylesheet_saved
* stylesheet_error

From the compass configuration file you can attach code to run when the
event occurs like so:

on_stylesheet_error do |filename, message|
  # do something
end
2011-02-20 10:14:34 -08:00
..
compass Callbacks for the following events: 2011-02-20 10:14:34 -08:00
vendor/fssm Upgrade FSSM to whatever version Sass is running. 2010-12-10 11:32:25 -08:00
compass.rb Callbacks for the following events: 2011-02-20 10:14:34 -08:00