new Publishing()
METHODS
-
publishProject(configurationName (opt), hostPublishedProject (opt)) returns {IncrCommsResponseObject}
-
Compiles the user code from the current project together with the IncisorĀ® code to produce a complete, optimized, and ready-to-host web package. Publishing configuration options such as asset packaging settings, code formatting settings, and more are defined in ProjectSettings. By default, newly published projects will be placed in the 'Publishing' directory in the project.
Parameters:
Name Type Attributes Default Description configurationNamestring <optional>
The name of the configuration to be used in publishing this project.
hostPublishedProjectboolean <optional>
Flag determining if the published project should be automatically hosted. [Default: false]
Returns:
IncrCommsResponseObject