@@ -53,7 +53,7 @@ |
||
53 | 53 | ->files() |
54 | 54 | ->in($this->builder->getConfig()->getOutputPath()) |
55 | 55 | ->name('/\.('.implode('|', $extensions).')$/') |
56 | - ->notName('/\.min\.(' . implode('|', $extensions) . ')$/') |
|
56 | + ->notName('/\.min\.('.implode('|', $extensions).')$/') |
|
57 | 57 | ->sortByName(true); |
58 | 58 | $max = count($files); |
59 | 59 |
@@ -53,7 +53,7 @@ |
||
53 | 53 | ->files() |
54 | 54 | ->in($this->builder->getConfig()->getOutputPath()) |
55 | 55 | ->name('/\.('.implode('|', $extensions).')$/') |
56 | - ->notName('/\.min\.(' . implode('|', $extensions) . ')$/') |
|
56 | + ->notName('/\.min\.('.implode('|', $extensions).')$/') |
|
57 | 57 | ->sortByName(true); |
58 | 58 | $max = count($files); |
59 | 59 |
@@ -68,7 +68,7 @@ |
||
68 | 68 | $optimized = 0; |
69 | 69 | |
70 | 70 | // setup processor |
71 | - // |
|
71 | + // |
|
72 | 72 | |
73 | 73 | /* @var $file \Symfony\Component\Finder\SplFileInfo */ |
74 | 74 | foreach ($files as $file) { |
@@ -53,7 +53,7 @@ |
||
53 | 53 | ->files() |
54 | 54 | ->in($this->builder->getConfig()->getOutputPath()) |
55 | 55 | ->name('/\.('.implode('|', $extensions).')$/') |
56 | - ->notName('/\.min\.(' . implode('|', $extensions) . ')$/') |
|
56 | + ->notName('/\.min\.('.implode('|', $extensions).')$/') |
|
57 | 57 | ->sortByName(true); |
58 | 58 | $max = count($files); |
59 | 59 |
@@ -68,7 +68,7 @@ |
||
68 | 68 | $optimized = 0; |
69 | 69 | |
70 | 70 | // setup processor |
71 | - // |
|
71 | + // |
|
72 | 72 | |
73 | 73 | /* @var $file \Symfony\Component\Finder\SplFileInfo */ |
74 | 74 | foreach ($files as $file) { |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | ->files() |
54 | 54 | ->in($this->builder->getConfig()->getOutputPath()) |
55 | 55 | ->name('/\.('.implode('|', $extensions).')$/') |
56 | - ->notName('/\.min\.(' . implode('|', $extensions) . ')$/') |
|
56 | + ->notName('/\.min\.('.implode('|', $extensions).')$/') |
|
57 | 57 | ->sortByName(true); |
58 | 58 | $max = count($files); |
59 | 59 | |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | $this->builder->getConfig()->getOutputPath() |
91 | 91 | ); |
92 | 92 | $subpath = trim($subpath, './'); |
93 | - $path = $subpath ? $subpath . '/' . $file->getFilename() : $file->getFilename(); |
|
93 | + $path = $subpath ? $subpath.'/'.$file->getFilename() : $file->getFilename(); |
|
94 | 94 | |
95 | 95 | $message = sprintf( |
96 | 96 | '%s: %s Ko -> %s Ko', |