瀏覽代碼

fix in grunt build script

Torkel Ödegaard 11 年之前
父節點
當前提交
344812f1e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gruntfile.js

+ 1 - 1
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;
   }