aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorAnton2013-04-26 16:09:01 -0400
committerPete Bacon Darwin2013-04-28 18:37:45 +0100
commitce6035d953d361abcc697dae0c102b537b60ce5c (patch)
tree5996d828f300fe068727f7eb7bfe932987704945 /docs/content
parent2bc4793ee8a55ff252a312813f6b0d59d0039eff (diff)
downloadangular.js-ce6035d953d361abcc697dae0c102b537b60ce5c.tar.bz2
docs(contribute): add Java as dependency
Current build process leverages closure jar for javascript minification. If Java is not installed and included in the PATH the build will fail.
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/misc/contribute.ngdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc
index cc0e8471..0e790f18 100644
--- a/docs/content/misc/contribute.ngdoc
+++ b/docs/content/misc/contribute.ngdoc
@@ -88,6 +88,10 @@ quite a good source for information on Git.
development web server, run tests, and generate a build. Depending on your system, you can install Node either from source or as a
pre-packaged bundle.
+* {@link http://www.java.com Java}: JavaScript is minified using
+{@link https://developers.google.com/closure/ Closure Tools} jar. Make sure you have Java (version 6 or higher) installed
+and included in your {@link http://docs.oracle.com/javase/tutorial/essential/environment/paths.html PATH} variable.
+
Once installed, you'll also need several npms (node packages), which you can install once you checked out a local copy
of the Angular repository (see below) with: