Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 697 Bytes

cli-init-config.md

File metadata and controls

24 lines (17 loc) · 697 Bytes

Initialize config

$ vendor/bin/frontend-assets init [-c|--config CONFIG-FILE]

With this command, a new asset configuration file can be created. An interactive tour guides through various configuration options for asset source and target. In the end, a new config file is created.

Note

This command can only be used in interactive mode.

-c|--config

Define the path to the assets configuration file.

Note

In previous versions, configuration could also be added to the composer.json file. This is no longer possible. You need to define all settings in a separate file and pass it via this command option.

  • Required: yes
  • Default: assets.json