WebGroove is no longer supported. These docs are reference only.
Build Tag
Instructs the Compiler to create one or more output files from corresponding source files. By default build files will end in ".html" unless otherwise specified individually or with the ext attribute.
Examples <buildfile=index.wg> <buildext=wga>
search.wg
view.wg
update.wg = update.cgi
</build> Syntax
This tag can either be a single tag with the file attribute or a tag pair surrounding a list of filenames.
Attributes
file=
Specify a single filename. This attribute is required if you intend to build a single file.
src=
Source path prefix
dest=
Destination path prefix
ext=
Specify a default output file extension for the files in this build block. Default is "html" unless you've specified another default with the compile tag.