Compile components in the workspace
$bit compile [component-names...]
Arguments
Argument | Description | Required |
---|---|---|
component-names... | a list of component names or component IDs (defaults to all components) |
Options
Option | Option Alias | Description | Value Type |
---|---|---|---|
--changed | -c | compile only new and modified components | boolean |
--verbose | -v | show more data, such as, dist paths | boolean |
--json | -j | return the compile results in json format | boolean |
--delete-dist-dir | -d | delete existing dist folder before writing new compiled files | boolean |