1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-more/fixtures
2012-04-26 16:21:53 -07:00
..
asset-hash-app 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
asset-hash-host-app Tests for using asset_host with asset_hash 2012-04-01 18:05:20 -07:00
asset-host-app
cache-buster-app Fix undefined variable error in cache_buster, and make its tests more explicit. 2012-04-01 18:25:57 -07:00
coffeescript-app
compass-sprites-app
content-for-app
fonts-app
gzip-app Rename gzip_assets to just gzip since it does HTML too 2012-03-12 21:31:05 -07:00
liquid-app
markdown-app
minify-css-app/source Use config.rb file contents in minify test cases instead of fixtures 2012-04-26 14:07:10 -07:00
minify-js-app Minify all JS and CSS via middleware. This means JS or CSS anywhere in the site is minified, not just in the Sprockets-controlled directories. I've also added inline CSS compression, and handling of several common "guards" that get wrapped around JS. Also, leave alone non-JS script tags (which may contain something like jQuery templates). Sprockets no longer has anything to do with minification after this. 2012-04-09 00:05:22 -07:00
passthrough-app/source Use config.rb file contents in minify test cases instead of fixtures 2012-04-26 14:07:10 -07:00
preview-app
relative-app
relative-assets-app test directory_index and relative_assets combo 2012-04-16 16:52:21 -07:00
scss-app
sprockets-app add test for vendored js 2012-02-17 03:22:48 +04:00
sprockets-app2