Skip to content

Commit

Permalink
Layout changes. Added logo images. Simplified UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
CritsAndCode committed Dec 13, 2014
1 parent 1113ef6 commit 1858feb
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 207 deletions.
6 changes: 1 addition & 5 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ var express = require('express'),

var port = process.env.PORT || 8080;

// Initialize a new socket.io object. It is bound to
// the express app, which allows them to coexist.
// Initialize a new socket.io object

var io = require('socket.io').listen(app.listen(port));

// Require the configuration and the routes files, and pass
// the app and io as arguments to the returned functions.

require('./config')(app, io);
require('./routes')(app, io);

Expand Down
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@
"version": "0.0.2",
"description": "Real-time chat",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"waffle",
"chat"
],
"author": "Catlin Buckley",
"license": "MIT",
"dependencies": {
"ejs": "^1.0.0",
"express": "^4.8.2",
"gravatar": "~1.0.6",
"socket.io": "^1.0.6"
"express": "^4.10.4",
"gravatar": "^1.1.0",
"socket.io": "^1.2.1"
}
}
Loading

0 comments on commit 1858feb

Please sign in to comment.