Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
11.06 KB
MD5: bafa9a8059338025a50626d6d5d75b4f
SHA-1: 129a1a85cb120c54a629807a33534e5b2de5b252
SHA-256: 2225449cb4b0d046a5aeaa705304854901cc9379883e914b10292c3867306b7a
Download zip
12.42 KB
MD5: c0f806a157b9902f9c250595929cd0d6
SHA-1: 645f573fae154831ba6614d0fffd93307d37cc57
SHA-256: 8302f0f1b8f200f73ada2836e1ecf540b325a4bada6bc646c24d987b1f1cb9fc
Release notes
Changes since DRUPAL-7--1-0:
- feature #1055544 by jcarnett: Added option to always inline image data.
- by jcarnett: Fixed a bug causing the first page load after enabling css_emimage to have no embedded images.
- feature #1055544 by jcarnett: When inlining data URIs, choose the more optimal of updating the original declarations or adding trailing declarations.
- by jcarnett: MHTML support for IE 6 and 7 fallbacks.
- feature #1061106 by jcarnett, vitok: Gzip compress generated CSS files.
- by jcarnett: Replaced calls to file_save_data() with file_unmanaged_save_data().