Skip to content

Condenser: build.sh converter with --help and subcommands #98

Description

@mdeguzis

Add a build.sh at the branch root that does the makefile-style jobs through a case statement, with full --help. It converts our plugin source into the two files condenser ships (frontend.js + backend.mjs).

Subcommands to start: help, dev (run against sibling condenser-app), shim (generate frontend.tsx/backend.ts entry from our src), build (esbuild to dist), package (zip the two files), clean. Keep real logic in the script, not inline, and reuse functions across subcommands.

Reference: condenser-plugin/scripts/build.mjs and dev.mjs show the esbuild + sibling-resolution pattern.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions