Command
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
Bash
bengal.assets.build [OPTIONS]
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
source |
path |
No |
Examples
Bash
bengal assets build # Build once
bengal assets build --watch # Watch and rebuild on changes