mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- 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
This commit is contained in:
parent
67a5fdaf96
commit
c546464d9f
8 changed files with 20 additions and 8 deletions
|
|
@ -152,6 +152,11 @@ parts:
|
|||
git clone --depth 1 -b master https://github.com/wekan/wekan-ldap.git
|
||||
cd ..
|
||||
fi
|
||||
if [ ! -d "packages/wekan-scrollbar" ]; then
|
||||
cd packages
|
||||
git clone --depth 1 -b master https://github.com/wekan/wekan-scrollbar.git
|
||||
cd ..
|
||||
fi
|
||||
rm -rf package-lock.json .build
|
||||
meteor add standard-minifier-js --allow-superuser
|
||||
meteor npm install --allow-superuser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue