middleman/middleman-more/features
2012-04-26 13:54:38 -07:00
..
support Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
asset_hash.feature 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_host_compass.feature Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
cache_buster.feature Fix undefined variable error in cache_buster, and make its tests more explicit. 2012-04-01 18:25:57 -07:00
coffee-script.feature fix CS test 2012-04-12 11:16:24 -07:00
compass-sprites.feature change compass sprites messaging 2012-02-12 11:51:29 -08:00
content_for.feature Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
fonts.feature split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
gzip.feature Rewrite gzip_assets to work as a post-build step and to leave uncompressed versions around. 2012-03-04 16:42:14 -08:00
ignore_already_minified.feature Rename sitemap_traversal.features to sitemap_traversal.feature so it will actually be run. Also rename ignore_already_minified.features for the same reason. 2012-03-07 22:08:16 -08:00
liquid.feature fix remaining middleman-more tests 2011-12-29 19:28:49 -08:00
markdown.feature split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
minify_css.feature Fix minify_css inline test 2012-04-26 13:54:38 -07:00
minify_javascript.feature Disable inline minification by default, allow it to be turned on with an option 2012-04-25 23:41:09 -07:00
relative_assets.feature test directory_index and relative_assets combo 2012-04-16 16:52:21 -07:00
sass_partials.feature New scenario showing Sass partials don't work in build 2012-02-29 21:58:01 -08:00
scss-support.feature Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
slim.feature Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
sprockets.feature Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
sprockets_gems.feature add test for vendored js 2012-02-17 03:22:48 +04:00