Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Config Key

Mandatory/ Optional

Type

Purpose

JSCONFIG_XML

Mandatory

String

This key is used to provide the XML name containing the list of Sigma script configuration files. The file must follow the following template:<jsfiles><fileset id="<WORKSPACE_ID>"><file url="<FILE_NAME_WITH_CONTEXT_PATH>">.....</file></fileset></jsfiles>

Info

All the files referenced within the ondemandJSfiles.xml file will be monitored for any type of content modification. The modifications will be rendered on refresh or re-login without the need of restarting the application server.


COMPRESS_JS_FILES

Mandatory

Boolean

This key is used to decide whether Canvas must compress the JS or not. Default value is Y.

COMPRESS_CSS_FILES

Mandatory

Boolean

This key is used to decide whether Canvas must compress the CSS or not. Default value is Y.

COMPRESS_FILE_PATH

Mandatory

String

This key is used to set the path of the compressed file.

CT_ENABLE_DEEPLINKING

Mandatory

Boolean

This key is used to enable or disable deep-linking in Hybrid app. Default value is Y.

COMPILE_SASS_ON_BUILD
OptionalBooleanThis Key would do will perform SASS compilation at during build time.

The following is a sample web utility configuration Sigmawebutilconfig.properties (as per the name given in the default descriptor):

...