Functions
assets
Manage and build assets.
assets
def assets() -> None
Manage and build assets.
build
🔨 Build assets using the configured pipeline.
Processes CSS, JavaScript, and other assets accordin…
build
def build(watch: bool, source: str) -> None
🔨 Build assets using the configured pipeline.
Processes CSS, JavaScript, and other assets according to your asset pipeline configuration. Use --watch to automatically rebuild on file changes.
Parameters 2
| Name | Type | Default | Description |
|---|---|---|---|
watch |
bool |
— | |
source |
str |
— |
status
📋 Display the current asset manifest.
Shows the mapping of logical asset paths to fingerprinted ou…
status
def status(source: str) -> None
📋 Display the current asset manifest.
Shows the mapping of logical asset paths to fingerprinted output files. Useful for debugging asset references and cache-busting.
Parameters 1
| Name | Type | Default | Description |
|---|---|---|---|
source |
str |
— |