Class Index | File Index

Classes


Class Build


Defined in: build.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Build(targets)
Method Summary
Method Attributes Method Name and Description
 
go()
Executes the build.
 
Configures this build to only execute if it has not previously been run during the life of the current process.
Class Detail
Build(targets)
Parameters:
{!Array.} targets
The targets to build.
Throws:
{Error}
If not running in dev mode.
Method Detail
{!webdriver.promise.Promise} go()
Executes the build.
Throws:
{Error}
If no targets were specified.
Returns:
{!webdriver.promise.Promise} A promise that will be resolved when the build has completed.

{!Build} onlyOnce()
Configures this build to only execute if it has not previously been run during the life of the current process.
Returns:
{!Build} A self reference.

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Jan 25 2014 14:42:01 GMT-0500 (EST)