Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.

Commit b5b318b

Browse files
committed
v0.2.2 – Updating docs folder and the compiled CSS/JS
1 parent cc4524e commit b5b318b

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

Diff for: docs/dist/assets/css/index.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

Diff for: docs/dist/css/fozzie.min.css

-2
This file was deleted.

Diff for: docs/dist/index.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Fozzie — Just Eat</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui" />
7+
<link rel="stylesheet" href="/assets/css/index.css" />
8+
</head>
9+
10+
<body>
11+
12+
<h1>Fozzie</h1>
13+
14+
<p>Welcome to Fozzie.</p>
15+
16+
17+
<script src="/assets/js/script.js"></script>
18+
</body>
19+
</html>

Diff for: docs/src/templates/includes/html_start.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<title>{{title}} — Just Eat</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui" />
7-
<link rel="stylesheet" href="/assets/css/fozzie.css" />
7+
<link rel="stylesheet" href="/assets/css/index.css" />
88
</head>
99

1010
<body>

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@justeat/fozzie",
33
"title": "Fozzie – Just Eat UI Web Framework",
44
"description": "UI Web Framework for the Just Eat Global Platform",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"homepage": "https://github.com/justeat/fozzie",
77
"contributors": [
88
"Ashley Nolan <[email protected]> (https://ashleynolan.co.uk)",

0 commit comments

Comments
 (0)