MCPcopy Create free account
hub / github.com/FastLED/FastLED / copy_templates

Function copy_templates

ci/wasm_build.py:1651–1655  ·  view source on GitHub ↗

Copy template files using the bundled esbuild frontend pipeline.

(output_dir: Path)

Source from the content-addressed store, hash-verified

1649
1650
1651def copy_templates(output_dir: Path) -> None:
1652 """Copy template files using the bundled esbuild frontend pipeline."""
1653 from ci.esbuild_frontend import copy_dist_to_output
1654
1655 copy_dist_to_output(output_dir)
1656
1657
1658def generate_manifest(example_name: str, output_dir: Path) -> None:

Callers 1

buildFunction · 0.85

Calls 1

copy_dist_to_outputFunction · 0.90

Tested by

no test coverage detected