middleman/middleman-core/fixtures/minify-css-app/source/inline-css.php
Andrew Kvalheim 049dabbf15 Use configurable content type for detection of minifiable content.
Squashed changes:

  - Prevent side effects of content type testing.
  - Test for inline minification in PHP files.
2015-02-25 16:08:26 -08:00

9 lines
77 B
PHP

<?='Hello'?>
<style>
body {
test: style;
good: deal;
}
</style>