module Runtime
Extended Modules
Defined in:
runtime.crClass Method Summary
- .runtime_files(runtime : String) : Tuple(String, Array(String))
- .template_files(runtime : String) : Tuple(String, Array(String))
Instance Method Summary
-
#copy_templated(base_path : String, files : Array(String), dst_path : String, context)
Copyes files from a runtime to a destination folder.
- #list
Class Method Detail
Instance Method Detail
def copy_templated(base_path : String, files : Array(String), dst_path : String, context)
#
Copyes files from a runtime to a destination folder. Files ending in .j2 are rendered as Jinja2 templates using the provided context