include/dist for now
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
dist/*
|
|
||||||
node_modules/*
|
node_modules/*
|
||||||
.env
|
.env
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|||||||
49
dist/bundle.js
vendored
Normal file
49
dist/bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/bundle.js.map
vendored
Normal file
1
dist/bundle.js.map
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"version":3,"file":"bundle.js","sources":["webpack:///bundle.js","webpack:///"],"mappings":"AAAA;ACwwHA;AAy/EA;AAyiFA;AA28FA;AAr1IA;AA45IA;;;;;AAo9GA;;;;;AAglFA;AAg7GA;;;;;;;;;;;;;;AAgxCA;AA+rHA;AA8pEA;AAklEA;AAmqEA;AA0gEA;AAowFA;AAunIA;AA0sEA;AAyiEA;AAugDA;AA8hJA;AAsyEA;AAo1HA;AA6lHA;AAq6FA;AA8yEA","sourceRoot":""}
|
||||||
19
dist/index.html
vendored
Normal file
19
dist/index.html
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Beautiful Atlas</title>
|
||||||
|
<link href="/static/styles.css" rel="stylesheet"></head>
|
||||||
|
<body style='display: flex; width: 100%'>
|
||||||
|
<div id="root" style='display: flex; width: 100%'></div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
// if ('serviceWorker' in navigator) {
|
||||||
|
// navigator.serviceWorker.register('/service-worker.js')
|
||||||
|
// .then(function(reg) {
|
||||||
|
// console.log('SW registration succeeded');
|
||||||
|
// }).catch(function(error) {
|
||||||
|
// console.log('SW registration failed: ' + error);
|
||||||
|
// });
|
||||||
|
// };
|
||||||
|
</script>
|
||||||
|
<script src="/static/bundle.js"></script></body>
|
||||||
|
</html>
|
||||||
BIN
dist/public/fonts/AtlasGrotesk-Medium-Web.woff
vendored
Normal file
BIN
dist/public/fonts/AtlasGrotesk-Medium-Web.woff
vendored
Normal file
Binary file not shown.
BIN
dist/public/fonts/AtlasGrotesk-MediumItalic-Web.woff
vendored
Normal file
BIN
dist/public/fonts/AtlasGrotesk-MediumItalic-Web.woff
vendored
Normal file
Binary file not shown.
BIN
dist/public/fonts/AtlasGrotesk-Regular-Web.woff
vendored
Normal file
BIN
dist/public/fonts/AtlasGrotesk-Regular-Web.woff
vendored
Normal file
Binary file not shown.
BIN
dist/public/fonts/AtlasGrotesk-RegularItalic-Web.woff
vendored
Normal file
BIN
dist/public/fonts/AtlasGrotesk-RegularItalic-Web.woff
vendored
Normal file
Binary file not shown.
BIN
dist/public/fonts/AtlasTypewriterMedium.woff
vendored
Normal file
BIN
dist/public/fonts/AtlasTypewriterMedium.woff
vendored
Normal file
Binary file not shown.
BIN
dist/public/fonts/AtlasTypewriterRegular.woff
vendored
Normal file
BIN
dist/public/fonts/AtlasTypewriterRegular.woff
vendored
Normal file
Binary file not shown.
2
dist/styles.css
vendored
Normal file
2
dist/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/styles.css.map
vendored
Normal file
1
dist/styles.css.map
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"version":3,"file":"styles.css","sources":[],"mappings":"","sourceRoot":""}
|
||||||
Reference in New Issue
Block a user