summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.bat
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.bat
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.bat')
-rw-r--r--rebuild-wekan.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebuild-wekan.bat b/rebuild-wekan.bat
index 57d174ca..48ef393b 100644
--- a/rebuild-wekan.bat
+++ b/rebuild-wekan.bat
@@ -33,6 +33,7 @@ git clone --depth 1 -b master https://github.com/wekan/flow-router.git kadira-fl
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
REM sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' ~/repos/wekan/packages/meteor-useraccounts-core/package.js
cd ..
REM del /S /F /Q node_modules