1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-17 19:37:22 +02:00

add missing .scss to css type map. #549

This commit is contained in:
Elan Ruusamäe
2016-10-17 15:14:56 +03:00
parent 74042c87ad
commit b31ddbf4c1

View File

@@ -74,6 +74,7 @@ class Minify_Source implements Minify_SourceInterface
case 'js': $this->contentType = Minify::TYPE_JS; case 'js': $this->contentType = Minify::TYPE_JS;
break; break;
case 'less': // fallthrough case 'less': // fallthrough
case 'scss': // fallthrough
case 'css': $this->contentType = Minify::TYPE_CSS; case 'css': $this->contentType = Minify::TYPE_CSS;
break; break;
case 'htm': // fallthrough case 'htm': // fallthrough