pysepal.solara.asset_merger#

Asset merging utilities for Solara applications.

This module handles the merging of CSS and JS files from multiple locations to work around Solara’s limitation of serving assets from a single location.

Functions

create_merged_assets_directory

Create a temporary directory with merged assets from all locations.

merge_asset_files

Merge CSS and JS files from sepal_ui and extra locations into combined files.