Skip to content

Commit 9b76117

Browse files
committed
Update vendors
Update font-awesome to 4.2 and use the named vendors.
1 parent 995da25 commit 9b76117

File tree

3 files changed

+574
-1087
lines changed

3 files changed

+574
-1087
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": ">=5.3.0",
1515
"laravel/framework": "4.*|5.0.*",
1616
"symfony/finder": "~2.3",
17-
"maximebf/debugbar": "1.10.*"
17+
"maximebf/debugbar": "~1.10.1"
1818
},
1919
"autoload": {
2020
"psr-4": {

src/JavascriptRenderer.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ class JavascriptRenderer extends BaseJavascriptRenderer
1616
/** @var \Illuminate\Routing\UrlGenerator */
1717
protected $url;
1818

19-
protected $cssVendors = array(
20-
// 'vendor/font-awesome/css/font-awesome.min.css', // Removed until font is embedded
21-
'highlightjs' => 'vendor/highlightjs/styles/github.css'
22-
);
23-
2419
public function __construct(DebugBar $debugBar, $baseUrl = null, $basePath = null)
2520
{
2621
parent::__construct($debugBar, $baseUrl, $basePath);

src/Resources/vendor/font-awesome/style.css

Lines changed: 573 additions & 1081 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)