What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Deprecation Schedule

Publishing()

Object housing functionality for publishing projects. [NON-INSTANTIABLE] [REQUIREMENT: unpublished projects only] [REQUIREMENT: user subscription access - 'publishing']

new Publishing()

METHODS

publishProject(configurationName) 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
configurationName string    

The name of the configuration to be used in publishing this project.