MODULES Uize.Build.ListJsModules
1. Introduction
The Uize.Build.ListJsModules package writes out a log file containing a list of all the JavaScript modules for a Web site.
This information might be useful when doing audits. This build script was first used when starting the initiative of updating all the modules in the codebase to use strict mode, so it was a useful way to seed a task list. The list of JavaScript modules is written out to the log file "Uize.Build.ListJsModules.log" in the "logs" folder that is at the root of the UIZE project.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the Uize.Build.ListJsModules module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Build.ListJsModules module...
SEARCH
1.2. Implementation Info
The Uize.Build.ListJsModules module defines the Uize.Build.ListJsModules package under the Uize.Build namespace.
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATIC METHODS
Uize.Build.ListJsModules.perform
STATIC PROPERTIES
Uize.Build.ListJsModules.moduleName | Uize.Build.ListJsModules.pathToResources
1.2.2. Features Overridden in This Module
No features have been overridden in this module.
1.2.3. Features Inherited From Other Modules
This module has no inherited features.
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Build.ListJsModules module.
2. Static Methods
2.1. Uize.Build.ListJsModules.perform
IMPLEMENTATION INFO
| this feature was introduced in this module |