You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/05 22:22:01 UTC

[8/8] docs commit: Add tool for generating a new version of the docs

Add tool for generating a new version of the docs


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/64cafcee
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/64cafcee
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/64cafcee

Branch: refs/heads/master
Commit: 64cafceec1471fc401e3a3cd8cceff00ddbe26f6
Parents: 9b39b50
Author: Marcel Kinard <cm...@gmail.com>
Authored: Fri Sep 5 16:21:25 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Fri Sep 5 16:21:25 2014 -0400

----------------------------------------------------------------------
 vagrant/cordova-docs.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/64cafcee/vagrant/cordova-docs.sh
----------------------------------------------------------------------
diff --git a/vagrant/cordova-docs.sh b/vagrant/cordova-docs.sh
index 87260e7..1ebceb7 100644
--- a/vagrant/cordova-docs.sh
+++ b/vagrant/cordova-docs.sh
@@ -25,6 +25,9 @@ gem install bundler
 # install nokogiri dependencies
 apt-get install -y libxslt-dev libxml2-dev
 
+# additonal tools to build new versions
+apt-get install -y rake
+
 # setup project
 cd /vagrant
 bundle install