Module

cli.commands.assets

Assets CLI for Bengal.

Functions

assets
Manage and build assets.
0 None
def assets() -> None

Manage and build assets.

build
🔨 Build assets using the configured pipeline. Processes CSS, JavaScript, and other assets accordin…
2 None
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…
1 None
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