Skip to main content

bundle

Copies the resources specified in the configuration. From the specified "from" path to the "to" path. This allows all these resources to be bundled in to one folder.

Command

cf bundle

Aliases

bundle, bun

Arguments

Dry Run
--dry-run
-d

Verbose
--verbose
-v

Configuration

"bundle": {
    "bundlePath": "build/bundle",
    "resources": [
      {
        "from": "./build/release/chorse.exe",
        "to": "./bin/chorse.exe"
      },
      {
        "from": "./Assets/project_templates",
        "to": "./project_templates"
      },
      {
        "from": "./Assets/schematic-configs",
        "to": "./schematic-configs"
      }
    ]
  }