diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-12-14 23:13:15 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-12-14 23:13:15 +0200 |
commit | c546464d9f56117a8bf580512cd62fc1102559c3 (patch) | |
tree | 18f870ade0e981b4be3ccc203d5b9fa89236c783 /releases/virtualbox | |
parent | 67a5fdaf96a6932a6239302af6cefbbd60e8f347 (diff) | |
download | wekan-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 'releases/virtualbox')
-rwxr-xr-x | releases/virtualbox/rebuild-wekan.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/releases/virtualbox/rebuild-wekan.sh b/releases/virtualbox/rebuild-wekan.sh index ca00f0e2..64e4fbea 100755 --- a/releases/virtualbox/rebuild-wekan.sh +++ b/releases/virtualbox/rebuild-wekan.sh @@ -88,8 +88,11 @@ do cd ~/repos/wekan mkdir -p ~/repos/wekan/packages cd ~/repos/wekan/packages - git clone https://github.com/wekan/flow-router.git kadira-flow-router - git clone https://github.com/meteor-useraccounts/core.git meteor-useraccounts-core + git clone --depth 1 -b master https://github.com/wekan/flow-router.git kadira-flow-router + 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"; |