pysepal.solara.asset_merger.create_merged_assets_directory#
- pysepal.solara.asset_merger.create_merged_assets_directory(sepal_assets_dir, extra_locations)[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
- Returns:
Path to the directory containing the merged assets (ready for Solara)
- Return type:
Path