...
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>
| ||
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 | Optional | Boolean | This 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):
...