diff --git a/build.sh b/build.sh index ff66b92..da4ad5d 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash # Assemble the deployed single-file pages from source + shared partials + assets/. # -# Both index.html and player.html are sources that share code via markers: +# Every page (the landing index.html, the editor.html app, the device mockups and +# the info-*.html pages) is a source that shares code via markers: # /*@BUILD:include:src/@*/ inlines a shared partial (engine, seed lists, base CSS) # @BUILD:favicon@ / @BUILD:logo-*@ / /*@BUILD:samples@*/{} inline base64 assets # This resolves them so each built page in dist/ is one self-contained file @@ -30,7 +31,7 @@ def build(name): out.write_text(src) return out.stat().st_size -for name in ("index.html","player.html","stage.html","micro.html","concepts.html","embed.html", +for name in ("index.html","editor.html","player.html","stage.html","micro.html","concepts.html","embed.html", "info-editor.html","info-initial.html","info-stage.html","info-micro.html"): print("built %s (%dKB)" % (name, build(name) // 1024)) pathlib.Path("dist/embed.js").write_text(pathlib.Path("embed.js").read_text()) # loader, served as-is diff --git a/concepts.html b/concepts.html index 982fde3..5f6bad4 100644 --- a/concepts.html +++ b/concepts.html @@ -52,7 +52,7 @@ PolyMeter · Concepts