Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is best practice for adding new gems and custom environment configs? #335

Open
0foo opened this issue Oct 3, 2018 · 1 comment
Open
Labels

Comments

@0foo
Copy link

0foo commented Oct 3, 2018

I noticed there was a post install script called:

provision-post.sh

Is this where I would install custom gems and other custom environment configurations?

I would like to be able to version control this as well so I can pull it down into future installs and be ready to go for next time.

@0foo 0foo changed the title What is best practice for adding new gems like sass and compass via ruby? What is best practice for adding new gems and custom environment configs? Oct 3, 2018
@miya0001
Copy link
Member

You can add gems with the site.yml too.
https://github.com/vccw-team/vccw/blob/master/provision/default.yml#L109-L111

But it can't specify the version of gems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants