Scott Davis
b7f44a48d3
sprite layout tutorial
2011-09-03 16:32:57 -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
e49581c18f
smart pack docs - forgot something
2011-08-02 23:37:59 -04:00
Scott Davis
590123aeba
smart pack docs
2011-08-02 23:37:31 -04:00
Scott Davis
5f2cf884b6
docs for diagonal layout
2011-08-02 22:13:13 -04:00
Scott Davis
b1b6273b3f
docs for horizontal spriting
2011-07-21 13:07:32 -04:00
Chris Eppstein
82d739f4dd
Fix docs
2011-06-19 12:56:01 -07:00
backspace
569abeedb2
Fixed typo
2011-06-13 19:20:08 -07:00
Scott Davis
84f7b7a5ef
added docs for chunky_png_options config
2011-06-12 15:16:20 -04:00
Scott Davis
f0f231a041
Merge branch 'stable' of github.com:chriseppstein/compass into stable
2011-06-12 01:49:43 -04:00
Chris Eppstein
7d68162499
changelog updates.
2011-06-11 22:49:12 -07:00
Scott Davis
c4e3a83cda
updated docs to reflect sprite hash change
2011-06-12 01:48:09 -04:00
Scott Davis
adac73a951
updated docs to reflect engine change
2011-06-12 01:47:38 -04:00
Chris Eppstein
40e2f330e6
Merge remote-tracking branch 'pfeiffer/cache_busting' into stable
...
* pfeiffer/cache_busting:
Removing unneeded 'unquote' from tests
Adding note about path based asset cache busting in to documentation
Adding changelog entry
Fix comments for asset_cache_buster
Make asset_cache_buster return a hash with path and query, while still maintaining support for cache busting via query string if a string is returned.
Extend cache busting to allow for path manipulation
2011-06-11 17:37:55 -07:00
Brian Maltzan
10fb3814ca
typo: appliction
2011-06-01 08:56:40 -07:00
Scott Davis
ef18040a0b
typo
2011-05-11 23:22:17 -04:00
Scott Davis
d254f41696
updated sprite docs
2011-05-11 23:21:51 -04: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
6965005c15
bad files
2011-04-28 10:14:49 -04:00
Scott Davis
e74255635a
fixed features
2011-04-28 10:13:38 -04:00
Scott Davis
58c7447436
gemfile fix
2011-04-25 01:49:33 -04:00
Scott Davis
a58a66c4c2
added application integration to turtorials
2011-04-25 01:44:08 -04:00
Chris Eppstein
bb53c8c34b
v0.11 release posting and docs cleanup.
2011-04-24 22:11:06 -07:00
Scott Davis
830a44868a
updated docs for extension change closes#351
2011-04-23 11:14:35 -04:00
Chris Eppstein
810b95e7f3
Added a mechanism for plugins to extend compass's configuration options.
2011-04-17 11:36:16 -07:00
Scott Davis
10dd6c1c63
updated docs to be correct for magic selectors
2011-04-13 16:46:01 -04:00
Scott Davis
5d2db94bc0
working on lemonade upgrade guide
2011-04-02 10:07:55 -04:00
Scott Davis
428e5b513c
updated spriting turtorial
2011-04-02 08:30:44 -04:00
Scott Davis
c2015635dc
added some anchor tags for easy linking
2011-03-25 21:25:27 -04:00
Scott Davis
365fc5d68f
im bad at typing
2011-03-25 19:05:21 -04:00
Scott Davis
337d4da1ae
updated docs for magic selectors
2011-03-25 18:49:49 -04:00
Chris Eppstein
6d91ecc0ea
Fix broken link
2011-03-25 08:24:07 -07:00
Chris Eppstein
2b5d91fa9d
fix some broken links
2011-03-25 07:58:57 -07:00
Scott Davis
713ebe1600
added extending section to turtorials
2011-03-25 02:53:25 -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
Eric Meyer
53e975100b
added vertical-rhythm and docs, moved lists, links and text, all into new typography module
2011-02-17 18:14:40 -07:00
Chris Eppstein
1f1d93a072
Touch up these docs based on a review from Brandon.
2010-12-19 20:20:58 -08:00
Chris Eppstein
cb6f130217
Comment out links to missing docs.
2010-12-19 11:20:49 -08:00
Brandon Mathis
2aa2baf16d
Fixed links on contributing to point to other tutorial pages, updated some basic page styles
2010-12-18 22:23:21 -06: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
Brandon Mathis
34f8763b22
added haml/html toggle on examples, improved code styling, added get involved page
2010-12-14 16:44:44 -06:00
Brandon Mathis
7f7b3c5ff8
general typography improvements
2010-12-08 23:02:20 -06:00
Brandon Mathis
4ab7a6ca9d
updated docs design and added a layout for site pages
2010-12-07 17:28:52 -06:00
Chris Eppstein
5acbfc4879
Clean up the extension documentation regarding creating rubygems. Closes GH-231
2010-12-05 21:17:47 -08:00
Chris Eppstein
a89d61ce21
Generated sprite filename is now unique based on inputs.
2010-12-05 20:12:50 -08:00
Chris Eppstein
c9beaafb0b
Spriting tutorial.
2010-12-05 16:14:55 -08:00
Chris Eppstein
e874c005e9
Reference documentation on spriting
2010-12-05 16:14:37 -08:00