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.
17 lines
647 B
17 lines
647 B
# =========================================== |
|
# This file defines properties used by |
|
# build-impl.xml, which is the base impl |
|
# of an applications build process. The |
|
# properties from this file correspond to the |
|
# 'testing' build environment, specified |
|
# by 'sencha app build testing'. These will |
|
# take precedence over defaults provided by |
|
# build.properties. |
|
# =========================================== |
|
|
|
# =========================================== |
|
# compression option used to generate '-all' |
|
# js output file. this value disables |
|
# compression for testing builds |
|
# =========================================== |
|
build.compile.js.compress=
|
|
|