windowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinux
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.5 KiB
46 lines
1.5 KiB
9 years ago
|
# The name of the application
|
||
|
app.name=Rambox
|
||
|
|
||
|
# The path(s) to application javascript sources (comma separated)
|
||
|
app.classpath=${app.dir}/app,${app.dir}/app.js
|
||
|
|
||
|
# The path(s) to application javascript overrides (comma separated)
|
||
|
app.overrides=${app.dir}/overrides
|
||
|
|
||
|
# The root namespace to use when mapping scss resources to js classes
|
||
|
# in the sass/src and sass/var directories
|
||
|
app.sass.namespace=Rambox
|
||
|
|
||
|
# Path to sass rule definition files corresponding to JavaScript classes.
|
||
|
app.sass.srcpath=${app.dir}/sass/src
|
||
|
|
||
|
# Path to sass variable definition files corresponding to JavaScript classes.
|
||
|
app.sass.varpath=${app.dir}/sass/var
|
||
|
|
||
|
# Path to sass function and mixin files.
|
||
|
app.sass.etcpath=${app.dir}/sass/etc/all.scss
|
||
|
|
||
|
# Path to extra ruby files to include into the generated sass config.rb,
|
||
|
# <approot>/sass/config.rb will be included automatically if present and does
|
||
|
# not need to be specified.
|
||
|
# app.sass.rubypath=
|
||
|
|
||
|
# The name of the package containing the theme scss for the app
|
||
|
app.theme=ext-theme-classic
|
||
|
|
||
|
# This property can be modified to change the input and output page file
|
||
|
# used in the compile command. (eg: index.aspx, index.jsp ... )
|
||
|
app.page.name=index.html
|
||
|
|
||
|
# this property specifies a comma separated list of paths containing
|
||
|
# resources to copy to the build directory
|
||
|
app.resource.paths=${app.dir}/resources
|
||
|
|
||
|
#==============================================================================
|
||
|
# Custom Properties - Place customizations below this line to avoid merge
|
||
|
# conflicts with newer versions
|
||
|
|
||
|
app.framework.version=5.1.1.451
|
||
|
|
||
|
app.cmd.version=6.1.2.15
|