mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
This commit is contained in:
@@ -3,7 +3,8 @@ var utils = require('./../public/src/utils.js'),
|
||||
async = require('async'),
|
||||
path = require('path'),
|
||||
fs = require('fs'),
|
||||
winston = require('winston');
|
||||
winston = require('winston'),
|
||||
nconf = require('nconf');
|
||||
|
||||
(function(Meta) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user