mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Add missing dependencies back.
Thanks to whowillcare and xet7 ! Related #2589
This commit is contained in:
parent
c1905f1db1
commit
32e9aa0dda
7 changed files with 13 additions and 9549 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -29,3 +29,6 @@ versions.json
|
|||
Thumbs.db
|
||||
ehthumbs.db
|
||||
.eslintcache
|
||||
package-lock.json
|
||||
.meteor/local
|
||||
.meteor-1.6-snap/.meteor/local
|
||||
|
|
|
@ -91,3 +91,6 @@ mdg:meteor-apm-agent
|
|||
meteorhacks:unblock
|
||||
lucasantoniassi:accounts-lockout
|
||||
wekan-markdown
|
||||
konecty:mongo-counter
|
||||
percolate:synced-cron
|
||||
easylogic:summernote
|
||||
|
|
|
@ -55,6 +55,7 @@ ddp-server@2.1.1
|
|||
deps@1.0.12
|
||||
diff-sequence@1.0.7
|
||||
dynamic-import@0.2.1
|
||||
easylogic:summernote@0.8.8
|
||||
ecmascript@0.9.0
|
||||
ecmascript-runtime@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:flow-router@2.12.1
|
||||
kenton:accounts-sandstorm@0.7.0
|
||||
konecty:mongo-counter@0.0.5_3
|
||||
lamhieu:meteorx@2.0.1
|
||||
launch-screen@1.1.1
|
||||
livedata@1.0.18
|
||||
|
@ -170,6 +172,7 @@ templating-compiler@1.3.3
|
|||
templating-runtime@1.3.2
|
||||
templating-tools@1.1.2
|
||||
tracker@1.1.3
|
||||
twbs:bootstrap@3.3.6
|
||||
ui@1.0.13
|
||||
underscore@1.0.10
|
||||
url@1.1.0
|
||||
|
|
4572
.meteor-1.6-snap/package-lock.json
generated
4572
.meteor-1.6-snap/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -259,8 +259,8 @@ RUN \
|
|||
#gosu wekan:wekan npm install bcrypt && \
|
||||
#
|
||||
# Delete phantomjs
|
||||
cd /home/wekan/app_build/bundle && \
|
||||
find . -name "*phantomjs*" | xargs rm -rf && \
|
||||
#cd /home/wekan/app_build/bundle && \
|
||||
#find . -name "*phantomjs*" | xargs rm -rf && \
|
||||
#
|
||||
cd /home/wekan/app_build/bundle/programs/server/ && \
|
||||
gosu wekan:wekan npm install && \
|
||||
|
|
4973
package-lock.json
generated
4973
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -80,7 +80,7 @@ cd /home/wekan/app_build/bundle/programs/server/
|
|||
sudo npm install
|
||||
sudo chown -R wekan:wekan ./node_modules
|
||||
|
||||
cd /home/wekan/app_build/bundle
|
||||
find . -name "*phantomjs*" | sudo xargs rm -rf
|
||||
#cd /home/wekan/app_build/bundle
|
||||
#find . -name "*phantomjs*" | sudo xargs rm -rf
|
||||
|
||||
sudo mv /home/wekan/app_build/bundle /build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue