aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guide.downloading.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2011-03-02 23:14:13 -0800
committerIgor Minar2011-03-02 23:14:13 -0800
commitdea72be0ccea6434c68529287e4db0c574b941a1 (patch)
treeda7458443fa75ee1dc57704d98fffedfb795a058 /docs/guide.downloading.ngdoc
parentcd139f57678b98c82387d5b0034f653043b7165a (diff)
downloadangular.js-dea72be0ccea6434c68529287e4db0c574b941a1.tar.bz2
docs cleanup and improvements
- moving 'downloading' from devguide to "misc" - syncing the latest version of 'downloading' - getting rid of junk files
Diffstat (limited to 'docs/guide.downloading.ngdoc')
-rw-r--r--docs/guide.downloading.ngdoc27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/guide.downloading.ngdoc b/docs/guide.downloading.ngdoc
deleted file mode 100644
index d5963337..00000000
--- a/docs/guide.downloading.ngdoc
+++ /dev/null
@@ -1,27 +0,0 @@
-@workInProgress
-@ngdoc overview
-@name Developer Guide: Downloading
-@description
-
-# Downloading
-To host `angular` on your server, you need RAKE and you need the
-`angular` source code. The steps below explain how to download and compile these
-required software products:
-
-1. To install RAKE (Ruby Make), download the installation file from
-{@link http://rake.rubyforge.org/}.
-
-2. To install the `angular` source code, download the source code from
-{@link http://github.com/angular/angular.js}.
-
-3. To compile the source, run the command `rake compile` (the `angular` source
-code includes a Rakefile).
-
-The `js` directory contains the following versions of the `angular` bootstrap
-code:
-
-* `angular-?.?.?.js` - This file is unobfuscated, uncompressed, and
-can be read.
-
-* `angular-?.?.?.min.js` - This is a compressed and obfuscated version of
-`angular-?.?.?.js` created with Closure Compiler. Use this version for production and to minimize the size of the application that is downloaded by the user.