From 80170a5bbd8952e505abca05b63c64b5225b901d Mon Sep 17 00:00:00 2001 From: Jiiks Date: Tue, 16 Jan 2018 07:00:39 +0200 Subject: [PATCH] Restructure args --- core/src/main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main.js b/core/src/main.js index 4d4024b9..b3a4f528 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -31,9 +31,9 @@ const Common = {}; const dummyArgs = { 'version': '0.3.1', 'paths': [ - { 'base': 'basePath' }, - { 'plugins': __pluginPath }, - { 'themes': __themePath } + { 'id': 'base', 'path': 'basePath' }, + { 'id': 'plugins', 'path': __pluginPath }, + { 'id': 'themes', 'path': __themePath } ] };