diff --git a/gruntfile.js b/gruntfile.js index 9dff768f99..c338b7efb5 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -113,6 +113,7 @@ module.exports = function(grunt) { // A Task for loading the configuration object grunt.task.registerTask('loadConfig', 'Task that loads the config into a grunt option.', function() { + var init = require('./config/init')(); var config = require('./config/config'); grunt.config.set('applicationJavaScriptFiles', config.assets.js);