Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8a59d86

Browse files
savchapetebacondarwin
authored andcommitted
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.
1 parent 32719c7 commit 8a59d86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/misc/contribute.ngdoc

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ quite a good source for information on Git.
8888
development web server, run tests, and generate a build. Depending on your system, you can install Node either from source or as a
8989
pre-packaged bundle.
9090

91+
* {@link http://www.java.com Java}: JavaScript is minified using
92+
{@link https://developers.google.com/closure/ Closure Tools} jar. Make sure you have Java (version 6 or higher) installed
93+
and included in your {@link http://docs.oracle.com/javase/tutorial/essential/environment/paths.html PATH} variable.
94+
9195
Once installed, you'll also need several npms (node packages), which you can install once you checked out a local copy
9296
of the Angular repository (see below) with:
9397

0 commit comments

Comments
 (0)