Skip to content

Commit 7d5acfe

Browse files
authored
Merge pull request #1404 from Kommunicate-io/master-14.2.1
Master 14.2.1
2 parents 54f5845 + 31f2356 commit 7d5acfe

85 files changed

Lines changed: 17507 additions & 21858 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

amplify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ frontend:
1919
- if [ "${BUILD_ENV}" = "staging" ]; then npm run build-staging; fi
2020
# Kommunicate Prod
2121
- if [ "${BUILD_ENV}" = "prod" ]; then npm run build-prod; fi
22-
# Kommunicate Enterprise
22+
# Kommunicate Enterprise
2323
- if [ "${BUILD_ENV}" = "prod-enterprise" ]; then npm run build-prod-enterprise; fi
2424
# Kommunicate Prod Mumbai
2525
- if [ "${BUILD_ENV}" = "prod-in" ]; then npm run build-prod-in; fi
2626
# Kommunicate Prod Europe
2727
- if [ "${BUILD_ENV}" = "prod-eu" ]; then npm run build-prod-eu; fi
2828
# Kommunicate Prod Canada
2929
- if [ "${BUILD_ENV}" = "prod-cn" ]; then npm run build-prod-cn; fi
30-
# Kommunicate beta
31-
- if [ "${BUILD_ENV}" = "prod_beta" ]; then npm run build-beta; fi
30+
# Kommunicate beta
31+
- if [ "${BUILD_ENV}" = "prod-beta" ]; then npm run build-beta; fi
3232
# If no environment variable is provided then build kommunicate test bundle.
3333
- if [ "${BUILD_ENV}" = "" ]; then npm run build-test; fi
3434
artifacts:

package-lock.json

Lines changed: 15682 additions & 12075 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-62.3 KB
Binary file not shown.
-454 KB
Binary file not shown.
-32.3 KB
Binary file not shown.

webplugin/bundleFiles.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ exports.THIRD_PARTY_SCRIPTS = [
3434
];
3535

3636
exports.PLUGIN_JS_FILES = [
37+
path.resolve(__dirname, 'template/mck-icons.js'),
3738
path.resolve(__dirname, 'js/app/components/custom-element.js'),
3839
path.resolve(__dirname, 'lib/js/jquery.linkify.js'),
3940
path.resolve(__dirname, 'js/app/constants/km-allowed-tags.js'),
@@ -78,7 +79,6 @@ exports.PLUGIN_CSS_FILES = [
7879
path.resolve(__dirname, 'css/app/mck-sidebox-1.0.css'),
7980
path.resolve(__dirname, 'css/app/km-voice-note.css'),
8081
path.resolve(__dirname, 'css/app/km-rich-message.css'),
81-
// path.resolve(__dirname, 'css/app/km-login-model.css'),
8282
path.resolve(__dirname, 'lib/css/tiny-slider-2.9.2.css'),
8383
path.resolve(__dirname, 'css/app/km-sidebox.css'),
8484
// path.resolve(__dirname, 'lib/css/intl-tel-lib.css'),
@@ -176,6 +176,10 @@ function getCurrentBranch() {
176176
return process.env.AWS_BRANCH;
177177
}
178178

179+
if (process.env.BRANCH) {
180+
return process.env.BRANCH;
181+
}
182+
179183
if (process.env.NODE_ENV != 'development') {
180184
return version;
181185
}

webplugin/css/app/images/chat.png

-892 Bytes
Binary file not shown.
-621 Bytes
Binary file not shown.
-24.4 KB
Binary file not shown.
-617 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)