Skip to content

Commit 691a865

Browse files
committed
fixd deploy paths
1 parent 62ba83c commit 691a865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ qx.Class.define("qxl.demobrowser.compile.CompilerApi", {
3636
const path = this.require("upath");
3737
console.info(">>> deploy files ...");
3838
return Promise.all([
39-
qx.tool.utils.files.Utils.sync(path.join(data.targetDir, "demo"), path.join(data.deployDir, "demo")),
40-
qx.tool.utils.files.Utils.sync(path.join(data.targetDir, "script"), path.join(data.deployDir, "script"))
39+
qx.tool.utils.files.Utils.sync(path.join(data.targetDir, "demobrowser", "demo"), path.join(data.deployDir, "demobrowser", "demo")),
40+
qx.tool.utils.files.Utils.sync(path.join(data.targetDir, "demobrowser", "script"), path.join(data.deployDir, "demobrowser", "script"))
4141
]);
4242
},
4343

0 commit comments

Comments
 (0)