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.
This commit is contained in:
parent
fbe71f51e4
commit
049dabbf15
12 changed files with 276 additions and 46 deletions
|
@ -0,0 +1,8 @@
|
|||
<?='Hello'?>
|
||||
|
||||
<style>
|
||||
body {
|
||||
test: style;
|
||||
good: deal;
|
||||
}
|
||||
</style>
|
5
middleman-core/fixtures/minify-css-app/source/stylesheets/site.xcss.sass
Executable file
5
middleman-core/fixtures/minify-css-app/source/stylesheets/site.xcss.sass
Executable file
|
@ -0,0 +1,5 @@
|
|||
@import "compass/reset"
|
||||
|
||||
@media handheld, only screen and (device-width: 768px)
|
||||
body
|
||||
display: block
|
Loading…
Add table
Add a link
Reference in a new issue