Versions Compared

Key

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

...

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

Code Block
languagexmlbash
# The XML name containing the list of On Demand JS file 
# #TheThe following file should follow the template - 
# #<jsfiles><fileset<jsfiles><fileset id="<WORKSPACE_ID>">
# #<file<file url="<FILE_NAME_WITH_CONTEXT_PATH>">.....</fileset></jsfiles> 
JSCONFIG_XML=ondemandjsfiles_lib.xml 

# #TheThe following configuration contains the flag to enable JS compression. 
# The Defaultsdefault tois Y.
COMPRESS_JS_FILES=N 

# #TheThe following configuration contains the flag to enable CSS compression. 
# The Defaultsdefault tois Y.
COMPRESS_CSS_FILES=N 

# #TheThe following flag is used to set the path of the compressed file.
# #ThisThis path configured should be relative to the root path that is 
# configured as CT_WORK_FOLDER_PATH in implementation property file.
COMPRESS_FILE_PATH=/Resources 

# #ThisThis property enables/disables deep-linking in Hybrid app. 
# The Defaultsdefault tois Y.
CT_ENABLE_DEEPLINKING=Y

...