compass/doc-src/content/help
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
..
tutorials Callbacks for the following events: 2011-02-20 10:14:34 -08:00
index.haml updated docs design and added a layout for site pages 2010-12-07 17:28:52 -06:00
tutorials.haml added haml/html toggle on examples, improved code styling, added get involved page 2010-12-14 16:44:44 -06:00