21 lines
485 B
ReStructuredText
Raw Normal View History

Collect outputs from a javascript build
**Role Variables**
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}
Directory to work in
.. zuul:rolevar:: javascript_content_dir
:default: dist
Directory, relative to zuul_work_dir, in which javascript output content
is to be found.
.. zuul:rolevar:: javascript_copy_links
:default: true
Whether to copy the data pointed to by symlinks in the built content, or
to copy them as symbolic links.