@@ -56,7 +56,7 @@ |
||
56 | 56 | |
57 | 57 | |
58 | 58 | $config['dist-file'] = $file; |
59 | - $config['file'] = $this->fileHandler->preparePath($configs['build-folder'] . '/' . (isset($config['name'])? $config['name'] : $file)); |
|
59 | + $config['file'] = $this->fileHandler->preparePath($configs['build-folder'] . '/' . (isset($config['name']) ? $config['name'] : $file)); |
|
60 | 60 | $this->processFile($config['dist-file'], $config['file']); |
61 | 61 | |
62 | 62 | $config['dist-file'] = $config['file']; |