middleman/middleman-more/lib
2012-04-04 00:00:33 -07:00
..
middleman-more Fix the asset_hash extension to operate on the hash of the rendered output rather than just the source file. This prevents generating the same hash for a file when partials it uses change, or if a helper it uses produces different output. As part of this change I removed the caching from Sitemap::Page#destination_path and asset_hash since they were preventing recalculation of path/hash when partials changed, and I rewrote the Sprockets extension to expose the Sprockets environment to other extension, which included consolidating the JS and CSS Sprockets environments into one. 2012-04-04 00:00:33 -07:00
middleman-more.rb Get rid of some unused stuff in sitemap and complete documentation 2012-03-26 21:40:30 -07:00