2017-12-16 10:09:46 -06:00
|
|
|
Collect outputs from a javascript build
|
2017-10-06 16:37:22 -05:00
|
|
|
|
|
|
|
**Role Variables**
|
|
|
|
|
|
|
|
.. zuul:rolevar:: zuul_work_dir
|
|
|
|
:default: {{ zuul.project.src_dir }}
|
|
|
|
|
|
|
|
Directory to work in
|
2017-12-16 10:09:46 -06:00
|
|
|
|
|
|
|
.. zuul:rolevar:: javascript_content_dir
|
|
|
|
:default: dist
|
|
|
|
|
|
|
|
Directory, relative to zuul_work_dir, in which javascript output content
|
|
|
|
is to be found.
|
2018-06-05 15:10:08 -05:00
|
|
|
|
|
|
|
.. 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.
|