Skip to content

Commit 34d66b5

Browse files
author
Harry Dean Hudson
committed
Merge pull request #9 from openaura/brian/node_changes
Brian/node changes
2 parents 8cb27b5 + 0ff1984 commit 34d66b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+83744
-63496
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
www-built
2-
www-ghpages
1+
node_modules
2+
*.swp

build/index.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Iso Tile Test Page</title>
5+
</head>
6+
<body>
7+
<script src="js/all.js"></script>
8+
</body>
9+
</html>

0 commit comments

Comments
 (0)