pysepal.solara.asset_merger.create_merged_assets_directory#
- pysepal.solara.asset_merger.create_merged_assets_directory(sepal_assets_dir, extra_locations, base_css_files=())[source]#
Create a temporary directory with merged assets from all locations.
- Parameters:
sepal_assets_dir (Path) – Path to sepal_ui common assets
extra_locations (List[Path]) – List of extra asset directory paths
base_css_files (Sequence[Path]) – Shared base stylesheets merged in ahead of everything.
- Returns:
Path to the directory containing the merged assets (ready for Solara)
- Return type:
Path