Content-type: text/html Build Tag

Home
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
<build file=index.wg>

<build ext=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.


See Also
Attach Tag
Compiler Tag
Include Tag
Project Files
Read Tag

Up To
Compiler Tags
Complete Tag Reference


WebGroove® is a registered trademark of Creativision Publishing Corporation