slang icon indicating copy to clipboard operation
slang copied to clipboard

Support "include" option in config file

Open emersonsiega opened this issue 2 years ago • 1 comments

Motivation We have multiple apps (micro apps) using almost the same build.yaml file. It would be nice if we can have a base file to be used as reference.

lints package have this feature. It's a nice usage example :)

include: package:my_local_package/slang_settings.yaml

targets:
  $default:
    builders:
      slang_build_runner:
          # new settings or overrides

emersonsiega avatar May 31 '22 17:05 emersonsiega

Hi, build.yaml is a feature by build_runner. I don't know if they support it

Tienisto avatar May 31 '22 18:05 Tienisto