Skip to content

Commit 4ff2359

Browse files
committed
[container] pass file as target to make
SQUASHED: AUTO-COMMIT-src-components-tools-lively-container.js,
1 parent 774b087 commit 4ff2359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/tools/lively-container.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,9 +1164,9 @@ export default class Container extends Morph {
11641164
lively.notify("LaTeX", "build", 10)
11651165

11661166
var buildPath = dir.replace(serverURL, "")
1167-
var makeURL = serverURL + "/_make/" + buildPath
1167+
var makeURL = serverURL + "/_make/" + buildPath + "?target=" + pdf.replace(/.*\//,"")
11681168

1169-
var resp = await fetch(makeURL)
1169+
var resp = await fetch(makeURL, {})
11701170

11711171
var result = await resp.text()
11721172

0 commit comments

Comments
 (0)