Vagrantfile and provision scripts for development

This commit is contained in:
Kyle Drake 2015-01-31 15:50:12 -08:00
parent 46883b2bdd
commit 9038141e28
16 changed files with 128 additions and 50 deletions

6
ext/phantomjs.rb Normal file
View file

@ -0,0 +1,6 @@
module Phantomjs
# Workaround for vagrant bug.
def self.path
'/usr/local/bin/phantomjs'
end
end