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

Function _has_required_static_dist_assets

ci/esbuild_frontend.py:119–126  ·  view source on GitHub ↗
(dist_dir: Path)

Source from the content-addressed store, hash-verified

117
118
119def _has_required_static_dist_assets(dist_dir: Path) -> bool:
120 return all(
121 path.is_file()
122 for path in (
123 dist_dir / "index.css",
124 dist_dir / "modules" / "utils" / "json_inspector.css",
125 )
126 )
127
128
129def _run_esbuild(args: list[str]) -> None:

Callers 1

build_distFunction · 0.85

Calls 1

allFunction · 0.85

Tested by

no test coverage detected