mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
parent
e6bb7c4443
commit
f2aefd257e
2 changed files with 0 additions and 5 deletions
|
@ -5,7 +5,6 @@ var crypto = require('crypto'),
|
|||
compress = require('compression'),
|
||||
fs = require('fs'),
|
||||
uuid = require('node-uuid'),
|
||||
Polyglot = require('node-polyglot'),
|
||||
semver = require('semver'),
|
||||
_ = require('lodash'),
|
||||
when = require('when'),
|
||||
|
@ -204,9 +203,6 @@ function init(server) {
|
|||
server = express();
|
||||
}
|
||||
|
||||
// Set up Polygot instance on the require module
|
||||
Polyglot.instance = new Polyglot();
|
||||
|
||||
// ### Initialisation
|
||||
// The server and its dependencies require a populated config
|
||||
// It returns a promise that is resolved when the application
|
||||
|
|
|
@ -6,7 +6,6 @@ var should = require('should'),
|
|||
_ = require('lodash'),
|
||||
rewire = require('rewire'),
|
||||
moment = require('moment'),
|
||||
Polyglot = require('node-polyglot'),
|
||||
api = require('../../server/api'),
|
||||
hbs = require('express-hbs'),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue