diff --git a/agent.js b/agent.js index 288a1fd4..1d6b13c0 100644 --- a/agent.js +++ b/agent.js @@ -10,7 +10,7 @@ global.IS_DEBUG = process.env.NODE_ENV === 'development'; if(IS_DEBUG) { global.CORE_PATH = ROOTPATH + '/../core/'; } else { - global.CORE_PATH = ROOTPATH + './node_modules/requarks-core/'; + global.CORE_PATH = ROOTPATH + '/node_modules/requarks-core/'; } // ---------------------------------------- diff --git a/server.js b/server.js index 44fc603d..3c956a5f 100644 --- a/server.js +++ b/server.js @@ -11,7 +11,7 @@ global.IS_DEBUG = process.env.NODE_ENV === 'development'; if(IS_DEBUG) { global.CORE_PATH = ROOTPATH + '/../core/'; } else { - global.CORE_PATH = ROOTPATH + './node_modules/requarks-core/'; + global.CORE_PATH = ROOTPATH + '/node_modules/requarks-core/'; } // ----------------------------------------