From 6ef20464fce6acddf1161a08e8206c1e81d6b8d8 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Wed, 25 Feb 2015 11:03:28 -0800 Subject: [PATCH] glyphicons-halflings-regular.woff2 wasn't created --- src/CodeCoverage/Report/HTML.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CodeCoverage/Report/HTML.php b/src/CodeCoverage/Report/HTML.php index ce08cc123..4145ba64d 100644 --- a/src/CodeCoverage/Report/HTML.php +++ b/src/CodeCoverage/Report/HTML.php @@ -147,6 +147,7 @@ private function copyFiles($target) copy($this->templatePath . 'fonts/glyphicons-halflings-regular.svg', $dir . 'glyphicons-halflings-regular.svg'); copy($this->templatePath . 'fonts/glyphicons-halflings-regular.ttf', $dir . 'glyphicons-halflings-regular.ttf'); copy($this->templatePath . 'fonts/glyphicons-halflings-regular.woff', $dir . 'glyphicons-halflings-regular.woff'); + copy($this->templatePath . 'fonts/glyphicons-halflings-regular.woff2', $dir . 'glyphicons-halflings-regular.woff2'); $dir = $this->getDirectory($target . 'js'); copy($this->templatePath . 'js/bootstrap.min.js', $dir . 'bootstrap.min.js');