diff --git a/AppKit/Themes/Aristo2/Jakefile b/AppKit/Themes/Aristo2/Jakefile index 9fa544e58..55086eb7d 100644 --- a/AppKit/Themes/Aristo2/Jakefile +++ b/AppKit/Themes/Aristo2/Jakefile @@ -8,8 +8,6 @@ function callbackFunction(blendtask) { callback(blendtask); } -require("../../../CommonJS/lib/cappuccino/jake.js").initilize(callbackFunction); - $BUILD_CJS_BLENDTASK = path.join($BUILD_CJS_CAPPUCCINO, "lib", "cappuccino", "jake", "blendtask.j"); var promise = new Promise((resolve, reject) => { @@ -23,6 +21,8 @@ var promise = new Promise((resolve, reject) => { } }); +require("../../../CommonJS/lib/cappuccino/jake.js").initilize(callbackFunction); + async function defineBlendTask() { await exports.blend ("Aristo2.blend", function(aristoTask) { @@ -36,4 +36,4 @@ async function defineBlendTask() { task ("build", ["Aristo2.blend"]); } -exports.jakePromise = promise; \ No newline at end of file +exports.jakePromise = promise;