mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 08:43:59 +03:00
Removed overrides from Gruntfile.js
- nothing in Gruntfile.js uses bluebird or mocha - they ARE seperately required by mocha-cli ahead of our tests in the config
This commit is contained in:
parent
256b77b0e4
commit
dbfddf545d
@ -5,9 +5,6 @@
|
||||
// **Usage instructions:** can be found in the [Custom Tasks](#custom%20tasks) section or by running `grunt --help`.
|
||||
//
|
||||
// **Debug tip:** If you have any problems with any Grunt tasks, try running them with the `--verbose` command
|
||||
|
||||
require('./core/server/overrides');
|
||||
|
||||
const config = require('./core/shared/config');
|
||||
const urlService = require('./core/frontend/services/url');
|
||||
const _ = require('lodash');
|
||||
|
Loading…
Reference in New Issue
Block a user