Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce6035d

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 2bc4793 commit ce6035d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/content/misc/contribute.ngdoc

Lines changed: 4 additions & 0 deletions
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)