Skip to content

Commit

Permalink
sys:es: include zip support files for new ES JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Giannini authored and Matthew Giannini committed Aug 14, 2023
1 parent 2902ab7 commit f5e12e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sys/es/build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ class Build : BuildScript
append(sys + `StrInStream.js`, out)
append(sys + `StrBufOutStream.js`, out)
append(sys + `DateTimeStr.js`, out)
// append(sys + `ZipSupport.js`, out)
// append(sys + `ZipStream.js`, out)
append(sys + `ZipSupport.js`, out)
append(sys + `ZipStream.js`, out)
// embed timezones
(etc + `sys/fan_tz.js`).in.pipe(out)
append(sys + `staticInit.js`, out)
Expand Down

0 comments on commit f5e12e1

Please sign in to comment.