Skip to content

Commit

Permalink
added code for server deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolmeister committed Oct 10, 2013
1 parent bfeae1b commit 9345703
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node test-server.js
File renamed without changes.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<!DOCTYPE html>
<html>
<head><title>Pond</title></head>
<head><title>The Pond</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-30570115-5', 'zolmeister.com');
ga('send', 'pageview');

</script>
</head>
<style>
body {
margin: 0;
Expand Down
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "ThePond",
"version": "1.0.1",
"description": "A narrow fellow in the Pond",
"main": "test-server.js",
"dependencies": {
"express": "~3.4.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Zolmeister/pond.git"
},
"keywords": [
"The",
"Pond",
"Pond",
"Game"
],
"author": "Zolmeister",
"license": "GPL",
"bugs": {
"url": "https://github.com/Zolmeister/pond/issues"
}
}

0 comments on commit 9345703

Please sign in to comment.