compass/spec
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
..
test_project/public/images/squares Rename these sprite files -- the filenames must be legal css identifiers 2010-12-05 16:13:13 -08:00
spec_helper.rb implemented most basic sprite usage without image generation 2010-12-05 16:13:11 -08:00
sprites_spec.rb Callbacks for the following events: 2011-02-20 10:14:34 -08:00