Skip to content

Commit

Permalink
Update CSS dependency files
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhanson committed Feb 9, 2023
1 parent 6f774de commit dc7518e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GopherThemePlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public function init()
['baseUrl' => '']
);

// FIXME: Should use minified version instead
$this->addStyle('font-awesome', 'css/fa_all.css');
$this->addStyle('font-awesome', 'css/fa_all.min.css');
$this->addStyle('bootstrap-css', 'css/bootstrap.min.css');
$this->addStyle('custom-css', 'css/custom.css');
$themeColor = $this->getOption('baseColour');
Expand All @@ -62,7 +61,7 @@ public function init()

$this->addScript('jquery', 'js/jquery.js');

// FIXME: Should point to CDN minified version rather than local
// FIXME: Could point to CDN minified version rather than local
$this->addScript('bootstrap-js', 'js/bootstrap.bundle.min.js');
$this->addScript('custom-js', 'js/custom.js');

Expand Down
6 changes: 6 additions & 0 deletions css/fa_all.min.css

Large diffs are not rendered by default.

0 comments on commit dc7518e

Please sign in to comment.