Command

bengal.utils.assets.build

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.

Usage

bengal.utils.assets.build [OPTIONS]

Options

Option Type Description
--watch flag BOOLEAN

Watch assets and rebuild on changes

Arguments

Argument Type Description
source PATH Default:.

Examples

    bengal assets build           # Build once
    bengal assets build --watch   # Watch and rebuild on changes