pysepal.solara.asset_merger.merge_asset_files#
- pysepal.solara.asset_merger.merge_asset_files(sepal_assets_dir, extra_locations, temp_dir, base_css_files=())[source]#
Merge CSS and JS files from sepal_ui and extra locations into combined files.
- Parameters:
sepal_assets_dir (Path) – Path to sepal_ui common assets
extra_locations (List[Path]) – List of extra asset directory paths
temp_dir (Path) – Temporary directory to create merged files in
base_css_files (Sequence[Path]) – Shared base stylesheets merged in FIRST, ahead of the sepal_ui common CSS, so per-runtime override sheets win on equal specificity.
- Return type:
None