5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-13 05:20:48 +00:00

instalar gemas de sitios por separado

This commit is contained in:
f 2019-09-18 17:25:45 -03:00
parent e5cfc23628
commit 932b1c3c3a
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -38,3 +38,4 @@
/yarn-error.log
yarn-debug.log*
.yarn-integrity
/vendor

View file

@ -62,7 +62,7 @@ class DeployLocal < Deploy
end
def bundle
run 'bundle'
run 'bundle install --path=../gems'
end
def jekyll_build