Skip to content

Commit

Permalink
Redeploy...testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mauimauer committed Dec 3, 2013
1 parent ebe3074 commit 0d78f57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ public
.tmp
.sass-cache
app/bower_components
.idea
.idea
*.log
1 change: 1 addition & 0 deletions heroku/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Module dependencies.
var express = require('express'),
path = require('path'),
newrelic = require('newrelic'),
fs = require('fs');

var app = express();
Expand Down
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Module dependencies.
var express = require('express'),
path = require('path'),
newrelic = require('newrelic'),
fs = require('fs');

var app = express();
Expand Down

0 comments on commit 0d78f57

Please sign in to comment.