middleman/middleman-more/fixtures
2012-05-02 15:27:47 -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 fix remaining middleman-more tests 2011-12-29 19:28:49 -08:00
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 Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
compass-sprites-app make sure compass sprites get built and copied. closes #228 2012-01-06 00:01:24 -08:00
content-for-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
fonts-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
gzip-app Rename gzip_assets to just gzip since it does HTML too 2012-03-12 21:31:05 -07:00
liquid-app fix remaining middleman-more tests 2011-12-29 19:28:49 -08:00
markdown-app still support and test redcarpet 2012-05-02 15:27:47 -07:00
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 split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
relative-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
relative-assets-app test directory_index and relative_assets combo 2012-04-16 16:52:21 -07:00
scss-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
sprockets-app add test for vendored js 2012-02-17 03:22:48 +04:00
sprockets-app2 Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00