| @@ 3614-3615 (lines=2) @@ | ||
| 3611 | $toMinify['standard'][] = $js_file; |
|
| 3612 | ||
| 3613 | // Grab a random seed. |
|
| 3614 | if (!isset($minSeed) && isset($js_file['options']['seed'])) |
|
| 3615 | $minSeed = $js_file['options']['seed']; |
|
| 3616 | } |
|
| 3617 | ||
| 3618 | else |
|
| @@ 3700-3701 (lines=2) @@ | ||
| 3697 | $toMinify[] = $file; |
|
| 3698 | ||
| 3699 | // Grab a random seed. |
|
| 3700 | if (!isset($minSeed) && isset($file['options']['seed'])) |
|
| 3701 | $minSeed = $file['options']['seed']; |
|
| 3702 | } |
|
| 3703 | else |
|
| 3704 | $normal[] = $file['fileUrl']; |
|