Skip to content

Commit b8d26ac

Browse files
committed
Updating to latest auth0 styleguide (fixes build).
1 parent 3548e9b commit b8d26ac

File tree

4 files changed

+5
-3295
lines changed

4 files changed

+5
-3295
lines changed

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"json-sans-eval-min": "http://kjur.github.io/jsjws/ext/json-sans-eval-min.js",
77
"codemirror": "https://github.com/marijnh/CodeMirror.git#4.0.1",
88
"jws.js": "http://rawgithub.com/kjur/jsjws/master/jws-3.0.js",
9-
"auth0-styleguide": "https://github.com/auth0/styleguide.git#~0.6.6",
109
"jsonlint": "1.6.0",
1110
"zepto": "1.1.3"
1211
}

dist/css/app.css

Lines changed: 1 addition & 3293 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
<script type="text/javascript" src="//use.typekit.net/iws6ohy.js"></script>
1313
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
1414

15+
<link rel="stylesheet" href="//assets.auth0.com.s3.amazonaws.com/styleguide/1.0.0/index.min.css" type="text/css" media="all" />
16+
1517
<!-- build:css dist/css/app.css -->
1618
<link rel="stylesheet" href="vendor/codemirror/lib/codemirror.css" type="text/css" media="all" />
1719
<link rel="stylesheet" href="vendor/codemirror/addon/lint/lint.css" type="text/css" media="all" />
18-
<link rel="stylesheet" href="vendor/auth0-styleguide/css/index.css" type="text/css" media="all" />
1920
<link rel="stylesheet" href="css/app.css" type="text/css" media="all" />
2021
<!-- endbuild -->
2122
<link rel="search" type="application/opensearchdescription+xml" title="JWT.io" href="/opensearch.xml" />

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<script type="text/javascript" src="//use.typekit.net/iws6ohy.js"></script>
1313
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
1414

15+
<link rel="stylesheet" href="//assets.auth0.com.s3.amazonaws.com/styleguide/1.0.0/index.min.css" type="text/css" media="all">
16+
1517
<link rel="stylesheet" href="dist/css/app.css" media="all">
1618
<link rel="search" type="application/opensearchdescription+xml" title="JWT.io" href="/opensearch.xml">
1719

0 commit comments

Comments
 (0)