Learn Mode

IR Output

Choose what DaizLab should generate.

Objective

Understand output targets in IR1.1.

The output object tells DaizLab what files or views should be produced.

Current targets include html, css, previewHtml, and zip.

previewHtml is used inside the live iframe preview.

Syntax
"output": {
  "targets": ["html", "css", "previewHtml", "zip"],
  "singleFile": true
}
Practice Editor
Temporary only. No local save. No cloud save. No compile quota used.
Notes

The current Learn Mode preview uses previewHtml.

ZIP export wiring is a separate step from preview rendering.

Common Mistakes

Expecting output targets to save files automatically in Learn Mode.

Forgetting that Learn Mode is temporary practice.