This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pace.min.js | load as a script (#20)
* pace.min.js | load as a script Refused to apply style from 'https://cdn.jsdelivr.net/npm/[email protected]/pace.min.js' because its MIME type ('application/javascript') is not a supported stylesheet MIME type, and strict MIME checking is enabled. * Travis: explicitily specify Python version to use * v0.2.9 will be tagged soon
- Loading branch information
Maciej Brencz
authored and
JoannaBorun
committed
May 14, 2019
1 parent
51b685b
commit 6397439
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
language: python | ||
python: "3.6" | ||
|
||
services: | ||
- docker | ||
install: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,12 @@ | |
<link href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css" rel="stylesheet"> | ||
<!-- Main styles for this application--> | ||
<link rel="stylesheet" href="https://unpkg.com/@coreui/coreui/dist/css/coreui.min.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/pace.min.js" rel="stylesheet"> | ||
|
||
<!-- base.css --> | ||
<link rel="stylesheet" href="{{ url_for('static', filename='css/base.css')}}"> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/pace.min.js"></script> | ||
|
||
<!-- Vega, vega-lite and vega-embedded --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> | ||
|