Skip to content

Commit 2426f09

Browse files
authored
Fix: Update JavaScriptTask cache path (fixes #442)
1 parent 7a24a15 commit 2426f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/UiBuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class UiBuild {
6060
this.preBuildHook = new Hook()
6161
this.postBuildHook = new Hook()
6262

63-
this.jsTask = new JavaScriptTask(this.Paths.Output, this.log, this.uiPlugins, this.app.getConfig('tempDir'))
63+
this.jsTask = new JavaScriptTask(this.Paths.Output, this.log, this.uiPlugins, path.join(this.app.getConfig('tempDir'), 'ui-build-cache'))
6464
}
6565

6666
collate (collateAtFolderName, destFolder, srcFileName) {

0 commit comments

Comments
 (0)