Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

bundle searchkit css, fixes #368 #370

Merged
merged 1 commit into from
Mar 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/searchkit/2.0.0/theme.css">
<title>Mozilla Build Metadata Service</title>
</head>
<body>
Expand Down
2 changes: 2 additions & 0 deletions ui/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ import {
SideBar,
} from "searchkit";

import "searchkit/release/theme.css";

import contribute_json from "./contribute.json";
const KINTO_COLLECTION_URL = process.env.REACT_APP_KINTO_COLLECTION_URL || "https://buildhub.prod.mozaws.net/v1/buckets/build-hub/collections/releases/";

Expand Down