GitHub user cmarcelk opened a pull request: https://github.com/apache/incubator-cordova-docs/pull/31
add parms to bin/generate to build edge faster Added command-line arguments to the bin/generate script to allow for generating just en/edge (--edge) or a single specific lang/ver (en 1.6.0), while leaving the default to generate all languages and all versions. This makes it much quicker to generate just the edge docs when that is the only one being worked on. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmarcelk/incubator-cordova-docs cb-1473-a Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-docs/pull/31.patch ---- commit 27f5921cac9b446b758e9efed6e07e853ccf9a17 Author: Marcel Kinard <cmarc...@gmail.com> Date: 2012-09-24T10:42:34-07:00 Added command-line arguments to the bin/generate script to allow for generating just en/edge (--edge) or a single specific lang/ver (en 1.6.0), while leaving the default to generate all languages and all versions. This makes it much quicker to generate just the edge docs when that is the only one being worked on. ----