Scott Davis
c2015635dc
added some anchor tags for easy linking
2011-03-25 21:25:27 -04:00
Scott Davis
ca1f13744f
added sprite config options to config reference
2011-03-25 02:18:37 -04:00
Chris Eppstein
2fe1c17ac4
Don't rely on global callbacks
2011-02-20 10:16:11 -08:00
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
Chris Eppstein
668a856c14
Document that you can read CLI config settings in the configuration reference.
2010-12-18 12:49:21 -08:00
Chris Eppstein
ec699c42c8
Watch arbitrary files within the compass configuration file.
2010-12-18 00:03:07 -08:00
Chris Eppstein
404c404fdb
move /tutorials to /help/tutorials
2010-11-21 17:30:41 -08:00