Updated with latest version of react boilerplate

This commit is contained in:
Christian Alfoni
2014-11-10 21:15:14 +01:00
parent e2c81b975b
commit e160286d01
44 changed files with 32386 additions and 4168 deletions

19
dist/index.html vendored Executable file → Normal file
View File

@@ -1,15 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
div {
margin-bottom: 10px;
}
</style>
</head>
<body>
<script src="vendors.js"></script>
<script src="main.js"></script>
</body>
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="main.css"/>
</head>
<body>
<script src="main.js"></script>
</body>
</html>

1
dist/main.css vendored Normal file
View File

@@ -0,0 +1 @@
body{background-color:#EAEAEA}

9
dist/main.js vendored

File diff suppressed because one or more lines are too long

6
dist/vendors.js vendored

File diff suppressed because one or more lines are too long