mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Added building fibers.
Thanks to xet7 !
This commit is contained in:
parent
45d53dede4
commit
0460a7d9d3
6 changed files with 17 additions and 2 deletions
|
@ -93,6 +93,8 @@ do
|
|||
rm -rf node_modules
|
||||
chmod u+w *.json
|
||||
meteor npm install
|
||||
cd node_modules/fibers
|
||||
node build.js
|
||||
# Cleanup
|
||||
popd
|
||||
find . -type d -name '*-garbage*' | xargs rm -rf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue