@@ -46,7 +46,7 @@ |
||
46 | 46 | $file = self::preparePath($config['file'], $event); |
47 | 47 | |
48 | 48 | $config['dist-file'] = $file; |
49 | - $config['file'] = $configs['build-folder'] . '/' . (isset($config['name'])? $config['name'] : $file); |
|
49 | + $config['file'] = $configs['build-folder'] . '/' . (isset($config['name']) ? $config['name'] : $file); |
|
50 | 50 | $processor->processFile($config); |
51 | 51 | self::processFile($config); |
52 | 52 | } |
@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | |
60 | 60 | $config['dist-file'] = $config['file']; |
61 | - $config['file'] = $configs['build-folder'] . '/' . (isset($config['name'])? $config['name'] : $file); |
|
61 | + $config['file'] = $configs['build-folder'] . '/' . (isset($config['name']) ? $config['name'] : $file); |
|
62 | 62 | $this->processFile($config['dist-file'], $config['file']); |
63 | 63 | |
64 | 64 | $config['dist-file'] = $config['file']; |