mix bonfire.install.copy_configs (Bonfire v1.0.0-social-rc.1.19)

View Source

Summary

Functions

copy_all(igniter, opts)

copy_for_extensions(igniter, extensions, opts)

igniter(igniter)

Usage: just mix bonfire.install.copy_configs my_extension or just mix bonfire.install.copy_configs

NOTE: if you don't specify what extension(s) to include, it will automatically include all extensions which:

  • start with bonfire_
  • and are included in the top-level app (not dependencies of dependencies)

Optional args:

--force (to not ask for confirmation before copying, or to overwrite existing config files - only applies when not using Igniter) --from config (to change the source repo paths, relative to each extension path) --to config/ (to change the target repo path (defaults to current flavour's configs) relative to working directory)

igniter_with_argv(igniter, args)

simple_copy(extension_paths, dest_path, opts)