summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
Commit message (Collapse)AuthorAgeFilesLines
* Forked salleman-oidc to https://github.com/wekan/meteor-accounts-oidcLauri Ojansivu2019-03-031-0/+4
| | | | | | | where salleman also has write access, xet7 can make changes directly and GitHub issues are enabled. Thanks to xet7 !
* Update rebuild script.Lauri Ojansivu2018-12-241-31/+6
|
* - Upgrade to node v8.14.1Lauri Ojansivu2018-12-211-2/+2
| | | | Thanks to xet7 !
* - Because scrollbar uses [remote file from ↵Lauri Ojansivu2018-12-141-0/+1
| | | | | | | | | | | 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
* - Upgrade Node from v8.12 to v8.14Lauri Ojansivu2018-12-031-2/+2
| | | | | | - Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 !
* Revised shell scripts to check for wekan repositoryJonathan Warner2018-11-121-6/+6
| | | | | The scripts used to assume that ~/repos/wekan was a local wekan repo. They now check that the active directory is a wekan repo.
* Revised rebuild-wekan.sh to work correctly with npmJonathan Warner2018-11-121-4/+53
| | | | | The use of sudo npm is bugged. This is a workaround patch. Fixes issue #2001
* Add build scripts.Lauri Ojansivu2018-11-041-0/+129