From 344812f1e0f0e804f9e9dd425168069d63c3fae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 5 Jan 2015 11:04:58 +0100 Subject: [PATCH] fix in grunt build script --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 41fb8828699..5494a893ce3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -23,7 +23,7 @@ module.exports = function (grunt) { if (config.mode === 'backend') { grunt.log.writeln('Setting backend build mode'); config.modeOptions.zipSuffix = '-backend'; - config.modeOptions.requirejs.path = { config: 'components/config' }; + config.modeOptions.requirejs.paths = {}; config.modeOptions.requirejs.excludeConfig = false; }