You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Allow including files, that are part of the configuration, from the main project file config (.weberarc by default), and keep nesting from the included parts, respecting Nesting_max.
IDEA: Use uppercase names surrounded by underscores to make them stand out.
_INCLUDE_
_REQUIRE_
FEATURES:
_INCLUDE_ should support specifying a directory (or globbing (bash 4)) somewhere/**/**.conf
Model it like embedding templates.
In principle, both operations should be able to be nested too.
Relative paths are relative to the script in which include/require operation is written. But absolute paths can be used too.
The text was updated successfully, but these errors were encountered:
Allow including files, that are part of the configuration, from the main project file config (
.weberarc
by default), and keep nesting from the included parts, respectingNesting_max
.IDEA: Use uppercase names surrounded by underscores to make them stand out.
_INCLUDE_
_REQUIRE_
FEATURES:
_INCLUDE_
should support specifying a directory (or globbing (bash 4))somewhere/**/**.conf
The text was updated successfully, but these errors were encountered: