summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update rebuild-wekan.sh .Lauri Ojansivu2019-07-101-0/+1
|
* Update rebuild-wekan.shLauri Ojansivu2019-07-101-5/+6
|
* Update build scripts.Lauri Ojansivu2019-06-291-4/+5
|
* Fix rebuild-wekan.shLauri Ojansivu2019-06-291-1/+1
|
* Fixes to rebuild-wekan.shLauri Ojansivu2019-06-291-3/+8
|
* Fix build scripts.Lauri Ojansivu2019-04-201-0/+1
|
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-201-38/+40
|\
| * Fix rebuild script.Lauri Ojansivu2019-04-201-9/+8
| |
| * Uncomment not needed lines.Lauri Ojansivu2019-04-201-3/+3
| |
| * Include to Wekan packages directory contents, so that meteor command would ↵Lauri Ojansivu2019-04-201-26/+28
| | | | | | | | | | | | | | | | build all directly. This also simplifies build scripts. Thanks to xet7 !
| * - Upgrade to Node 8.16.0Lauri Ojansivu2019-04-201-1/+1
| | | | | | | | | | | | - Change git repo urls from git:// to https:// Thanks to xet7 !
| * Test newest markdown.Lauri Ojansivu2019-04-181-1/+2
| |
* | Fix rebuild script.Lauri Ojansivu2019-04-121-1/+1
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-021-1/+2
|\|
| * More deps.Lauri Ojansivu2019-03-301-1/+1
| |
| * Added nodejs to install dependencies.Lauri Ojansivu2019-03-301-0/+1
| | | | | | | | Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-031-0/+4
|\|
| * 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 dependencies. But this Meteor 1.8.x version still does not workLauri Ojansivu2018-12-281-1/+1
|/ | | | | | because of tap:18n bug. 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