diff --git a/Gruntfile.js b/Gruntfile.js index bb3700072d..8e817ab8c2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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');