Skip to content

Commit

Permalink
Merge 7d2486c into 98ed6e4
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbrackets committed Apr 6, 2019
2 parents 98ed6e4 + 7d2486c commit 34a303f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Task/Assets/ImageMinify.php
Expand Up @@ -339,6 +339,8 @@ protected function minify($files)

// loop through the files
foreach ($files as $from => $to) {
$minifier = '';

if (!isset($this->minifier)) {
// check filetype based on the extension
$extension = strtolower(pathinfo($from, PATHINFO_EXTENSION));
Expand Down

0 comments on commit 34a303f

Please sign in to comment.