mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
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.
This commit is contained in:
parent
2bc4793ee8
commit
ce6035d953
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue