summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-14 23:13:15 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-14 23:13:15 +0200
commitc546464d9f56117a8bf580512cd62fc1102559c3 (patch)
tree18f870ade0e981b4be3ccc203d5b9fa89236c783 /rebuild-wekan.sh
parent67a5fdaf96a6932a6239302af6cefbbd60e8f347 (diff)
downloadwekan-c546464d9f56117a8bf580512cd62fc1102559c3.tar.gz
wekan-c546464d9f56117a8bf580512cd62fc1102559c3.tar.bz2
wekan-c546464d9f56117a8bf580512cd62fc1102559c3.zip
- Because scrollbar uses [remote file from CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50),
fork package to https://github.com/wekan/wekan-scrollbar and include non-minified file locally to Wekan, so that using scrollbar works without direct connection to Internet. Wekan should not load any external files by default, as was case before new scrollbar, and is again now after this fix. Closes #2056
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-xrebuild-wekan.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index d50e2aff..bb6456de 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -142,6 +142,7 @@ do
git clone --depth 1 -b master https://github.com/meteor-useraccounts/core.git meteor-useraccounts-core
git clone --depth 1 -b master https://github.com/wekan/meteor-accounts-cas.git
git clone --depth 1 -b master https://github.com/wekan/wekan-ldap.git
+ git clone --depth 1 -b master https://github.com/wekan/wekan-scrollbar.git
if [[ "$OSTYPE" == "darwin"* ]]; then
echo "sed at macOS";
sed -i '' 's/api\.versionsFrom/\/\/api.versionsFrom/' ~/repos/wekan/packages/meteor-useraccounts-core/package.js