Skip to content

Add support for YAML anchors and aliases in config files. #41

Description

@regisphilibert

Currently this little beauty is only available locally (one file) whereas Huge spreads its configuration into multiple files.

huge/config/Get "scripts" will process the data found in _huge/config/scripts.yaml.
Thus anchors from _huge/config/styles.yaml will not be found.

One big file.

We should look for all the files, concatenate all of their content into one big string (making sure each file's content is stored under a key matching its filename`.

scripts: (scripts.yaml content)
styles: (styles.yaml content)
# ...

This way we'll process every config files as one and users will be able to use anchors across files.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions