include/dist for now

This commit is contained in:
Jori Lallo
2016-05-22 23:06:00 -07:00
parent 02bf509992
commit 286cf841c5
12 changed files with 72 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
dist/*
node_modules/*
.env
npm-debug.log

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
View 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
View 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>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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
View File

@@ -0,0 +1 @@
{"version":3,"file":"styles.css","sources":[],"mappings":"","sourceRoot":""}