From 5a2eb6e7792899324f827b6912e5ce5fa930c0ba Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Sun, 4 May 2014 23:12:27 +0300 Subject: [PATCH] Fixing grunt build task --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) 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);