diff options
| author | Dave Geddes | 2013-03-06 12:05:19 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-03-06 14:55:42 -0800 |
| commit | 4c428121b99ec08a561e330262184626d262619c (patch) | |
| tree | 5ff35fb1e2fe9957a1f3dd9f7c037bbbe28bd7f8 | |
| parent | 4816f7ee5c8e71e8d9813146515484b1bbc0ea0f (diff) | |
| download | angular.js-4c428121b99ec08a561e330262184626d262619c.tar.bz2 | |
docs(contribute): add note about running command line as admin on win
| -rw-r--r-- | docs/content/misc/contribute.ngdoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index 59c3acdf..17a1b7db 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -131,6 +131,10 @@ minified AngularJS files: grunt package +NOTE: If you're using Windows you must run your command line with administrative privileges (right click, run as +Administrator). + + The build output can be located under the `build` directory. It consists of the following files and directories: |
