diff options
| author | Dave Geddes | 2013-03-06 12:05:19 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-03-06 14:54:35 -0800 | 
| commit | 485f1040990508441cebf4cddab83a126e65355f (patch) | |
| tree | fb41654237c1ff79104ea19d36648d55d203b676 /docs/content/misc/contribute.ngdoc | |
| parent | d38d8448e85e114e6bee39f54919f8522bdea013 (diff) | |
| download | angular.js-485f1040990508441cebf4cddab83a126e65355f.tar.bz2 | |
docs(contribute): add note about running command line as admin on win
Diffstat (limited to 'docs/content/misc/contribute.ngdoc')
| -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: | 
