Commit Graph

15 Commits

Author SHA1 Message Date
Scott Davis
05364e0a36 merge 2012-01-31 12:04:03 -05:00
Stuart Colville
4aacce2c35 Fix link to sass options docs 2012-01-19 10:39:55 +00:00
Scott Davis
7caec96642 closes #478 2011-10-09 09:29:50 -04:00
Scott Davis
c6d9e3fb35 closes #588 2011-10-09 09:28:49 -04:00
Chris Eppstein
f23bf58e8d Add support for a separate output location for generated images. This is necessary for rails 3.1 support of sprites. 2011-08-20 17:24:03 -07:00
Scott Davis
84f7b7a5ef added docs for chunky_png_options config 2011-06-12 15:16:20 -04:00
Chris Eppstein
7d68162499 changelog updates. 2011-06-11 22:49:12 -07:00
Mattias Pfeiffer
6b3ca3901c Adding note about path based asset cache busting in to documentation 2011-05-05 10:14:21 +02:00
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