diff --git a/source/Ox.js b/source/Ox.js index bcb56636..dee8a6ff 100644 --- a/source/Ox.js +++ b/source/Ox.js @@ -12,9 +12,9 @@ time = +new Date(); if (args[0] === true) { - console.log('OK') path = path.replace(/dev\/$/, 'build/'); loadScript('Ox.js', function() { + Ox.PATH = path; Ox.load.apply(null, Ox.slice(args, 1)); }); } else {