Add missing dependencies back.

Thanks to whowillcare and xet7 !

Related #2589
This commit is contained in:
Lauri Ojansivu 2019-08-07 19:13:52 +03:00
parent c1905f1db1
commit 32e9aa0dda
7 changed files with 13 additions and 9549 deletions

3
.gitignore vendored
View file

@ -29,3 +29,6 @@ versions.json
Thumbs.db Thumbs.db
ehthumbs.db ehthumbs.db
.eslintcache .eslintcache
package-lock.json
.meteor/local
.meteor-1.6-snap/.meteor/local

View file

@ -91,3 +91,6 @@ mdg:meteor-apm-agent
meteorhacks:unblock meteorhacks:unblock
lucasantoniassi:accounts-lockout lucasantoniassi:accounts-lockout
wekan-markdown wekan-markdown
konecty:mongo-counter
percolate:synced-cron
easylogic:summernote

View file

@ -55,6 +55,7 @@ ddp-server@2.1.1
deps@1.0.12 deps@1.0.12
diff-sequence@1.0.7 diff-sequence@1.0.7
dynamic-import@0.2.1 dynamic-import@0.2.1
easylogic:summernote@0.8.8
ecmascript@0.9.0 ecmascript@0.9.0
ecmascript-runtime@0.5.0 ecmascript-runtime@0.5.0
ecmascript-runtime-client@0.5.0 ecmascript-runtime-client@0.5.0
@ -77,6 +78,7 @@ kadira:blaze-layout@2.3.0
kadira:dochead@1.5.0 kadira:dochead@1.5.0
kadira:flow-router@2.12.1 kadira:flow-router@2.12.1
kenton:accounts-sandstorm@0.7.0 kenton:accounts-sandstorm@0.7.0
konecty:mongo-counter@0.0.5_3
lamhieu:meteorx@2.0.1 lamhieu:meteorx@2.0.1
launch-screen@1.1.1 launch-screen@1.1.1
livedata@1.0.18 livedata@1.0.18
@ -170,6 +172,7 @@ templating-compiler@1.3.3
templating-runtime@1.3.2 templating-runtime@1.3.2
templating-tools@1.1.2 templating-tools@1.1.2
tracker@1.1.3 tracker@1.1.3
twbs:bootstrap@3.3.6
ui@1.0.13 ui@1.0.13
underscore@1.0.10 underscore@1.0.10
url@1.1.0 url@1.1.0

File diff suppressed because it is too large Load diff

View file

@ -259,8 +259,8 @@ RUN \
#gosu wekan:wekan npm install bcrypt && \ #gosu wekan:wekan npm install bcrypt && \
# #
# Delete phantomjs # Delete phantomjs
cd /home/wekan/app_build/bundle && \ #cd /home/wekan/app_build/bundle && \
find . -name "*phantomjs*" | xargs rm -rf && \ #find . -name "*phantomjs*" | xargs rm -rf && \
# #
cd /home/wekan/app_build/bundle/programs/server/ && \ cd /home/wekan/app_build/bundle/programs/server/ && \
gosu wekan:wekan npm install && \ gosu wekan:wekan npm install && \

4973
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -80,7 +80,7 @@ cd /home/wekan/app_build/bundle/programs/server/
sudo npm install sudo npm install
sudo chown -R wekan:wekan ./node_modules sudo chown -R wekan:wekan ./node_modules
cd /home/wekan/app_build/bundle #cd /home/wekan/app_build/bundle
find . -name "*phantomjs*" | sudo xargs rm -rf #find . -name "*phantomjs*" | sudo xargs rm -rf
sudo mv /home/wekan/app_build/bundle /build sudo mv /home/wekan/app_build/bundle /build