Skip to content

Commit f0b325b

Browse files
committed
fix zip for deku, bump dependencies
1 parent 11a6d8e commit f0b325b

File tree

3 files changed

+896
-320
lines changed

3 files changed

+896
-320
lines changed

cli/zip.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ function addFrameworksToZip(frameworkType, frameworkDir, frameworkName) {
5555
}
5656

5757
switch (frameworkName) {
58+
case "deku":
5859
case "halogen": {
59-
addLocalFileIfExists(`${frameworkDir}/output/bundle.js`, `${zipFrameworkPath}/output`);
60+
addLocalFileIfExists(`${frameworkDir}/output-es/bundle.js`, `${zipFrameworkPath}/output-es`);
6061
break;
6162
}
6263
case "dojo": {

0 commit comments

Comments
 (0)