added node_modules, and references to them to eliminate relying on cdn's
This commit is contained in:
parent
5535ce916f
commit
50b88bf435
192 changed files with 31317 additions and 20 deletions
|
|
@ -3,15 +3,13 @@
|
|||
{% block title %}enthusiast{% endblock %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<!-- Load d3.js and c3.js -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqcloud/1.0.4/jqcloud.css">
|
||||
<script src='http://d3js.org/d3.v3.min.js' charset='utf-8'></script>
|
||||
<script src='http://cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.js'></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
||||
<script src='static/node_modules/c3/c3.min.js'></script>
|
||||
<link href='static/node_modules/c3/c3.min.css' rel='stylesheet' type='text/css'/>
|
||||
<script src="static/node_modules/d3/build/d3.min.js/"></script>
|
||||
<link rel="stylesheet" href="static/node_modules/chosen-js/chosen.css">
|
||||
<script src="static/node_modules/chosen-js/chosen.jquery.js"></script>
|
||||
<script src='static/node_modules/jqcloud2/src/jqcloud.js'></script>
|
||||
<!-- <script src='static/node_modules/chroma-js/chroma.js'></script> -->
|
||||
<script src='static/node_modules/jqcloud2/dist/jqcloud.js'></script>
|
||||
<link rel='stylesheet' type='text/css' href='static/node_modules/jqcloud2/dist/jqcloud.css'>
|
||||
<link rel='stylesheet' type='text/css' href='static/css/custom.css?v=4'>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue