This website requires JavaScript.
Explore
Help
Sign In
deac
/
middleman
Watch
1
Star
0
Fork
You've already forked middleman
0
Code
Issues
Pull requests
Releases
Wiki
Activity
2e68e09200
middleman
/
middleman-more
/
fixtures
/
asset-hash-app
/
source
/
partials.html.erb
2 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 09:00:33 +02:00
<%= stylesheet_link_tag 'uses_partials' %>
Reference in a new issue
Copy permalink