UIZE JavaScript Framework

MODULES Uize.Build.WebServer

1. Introduction

The Uize.Build.WebServer package provides a method for running a Web server for a project on the localhost.

DEVELOPERS: Chris van Rensburg

EXAMPLE USAGE

node build.js Uize.Build.WebServer sourcePath=site-source tempPath=site-temp builtPath=site-built staleBefore=now isDev=true

1.1. Parameters

1.1.1. sourcePath

.

1.1.2. tempPath

.

1.1.3. builtPath

.

1.1.4. staleBefore

.

1.1.5. isDev

.

1.2. Examples

There are no dedicated showcase example pages for the Uize.Build.WebServer module.

SEARCH FOR EXAMPLES

Use the link below to search for example pages on the UIZE Web site that reference the Uize.Build.WebServer module...

SEARCH

1.3. Implementation Info

The Uize.Build.WebServer module defines the Uize.Build.WebServer package under the Uize.Build namespace.

1.3.1. Features Introduced in This Module

The features listed in this section have been introduced in this module.

STATIC METHODS

Uize.Build.WebServer.perform

STATIC PROPERTIES

Uize.Build.WebServer.moduleName | Uize.Build.WebServer.pathToResources

1.3.2. Features Overridden in This Module

No features have been overridden in this module.

1.3.3. Features Inherited From Other Modules

This module has no inherited features.

1.3.4. Modules Directly Under This Namespace

There are no modules directly under this namespace.

1.3.5. Unit Tests

There is no dedicated unit tests module for the Uize.Build.WebServer module.

2. Static Methods

2.1. Uize.Build.WebServer.perform

SYNTAX

Uize.Build.WebServer.perform (paramsOBJ);

2.1.1. Parameters

2.1.1.1. sourcePath

A string, specifying the folder path for the site's source code.

2.1.1.2. tempPath

A string, specifying the folder path for temporary files created while building files for the site.

2.1.1.3. builtPath

A string, specifying the folder path for the built files of the site.

2.1.1.4. staleBefore

.

2.1.1.5. isDev

.

IMPLEMENTATION INFO

this feature was introduced in this module

3. Static Properties

3.1. Uize.Build.WebServer.moduleName

IMPLEMENTATION INFO

this feature was introduced in this module

3.2. Uize.Build.WebServer.pathToResources

IMPLEMENTATION INFO

this feature was introduced in this module