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

Document how to customize base dir #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ggarnier
Copy link

Adds a description on how to change the base directory where phantomjs will be installed.

@tamaloa
Copy link

tamaloa commented Mar 2, 2018

We use this to be able to cache phantomjs binaries during CI builds on Gitlab (caching is limited to dirs under project root). Note that including the phantomjs version is also really easy:

require 'phantomjs'
Phantomjs.base_dir = "#{Rails.root}/vendor/phantomjs/#{Phantomjs.version}"
require 'phantomjs/poltergeist'

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

Successfully merging this pull request may close these issues.

2 participants