Minor corrections
This commit is contained in:
2
app.js
2
app.js
@ -42,7 +42,7 @@ app.use(app.router);
|
||||
app.use(express.static(path.join(__dirname, 'public')));
|
||||
|
||||
// development only
|
||||
if ('development' == app.get('env')) {
|
||||
if ('development' === app.get('env')) {
|
||||
app.use(express.errorHandler());
|
||||
}
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
"connect-flash": "*",
|
||||
"express": "*",
|
||||
"forever": "*",
|
||||
"fb": "*",
|
||||
"request": "*",
|
||||
"geoip-lite": "*",
|
||||
"jade": "*",
|
||||
"less-middleware": "*",
|
||||
@ -22,6 +22,7 @@
|
||||
"passport-google-oauth": "*",
|
||||
"sendgrid": "*",
|
||||
"tumblr.js": "*",
|
||||
"fb": "*",
|
||||
"node-foursquare": "*"
|
||||
}
|
||||
}
|
||||
|
@ -48,5 +48,3 @@ html
|
||||
a(href='/logout') Logout
|
||||
.container
|
||||
block content
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user