Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: third_party/pkg/angular/genDocs.sh

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/pkg/angular/demo/web/pubspec.yaml ('k') | third_party/pkg/angular/generate.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2 echo DEPRICATED: use ./scripts/generate-documentation.sh
3 dartdoc \ 3 $(dirname $0)/scripts/generate-documentation.sh
4 --package-root=packages/ \
5 --out doc \
6 --mode=static \
7 --exclude-lib=js,metadata,meta,mirrors,intl,number_symbols,number_symbol_dat a,intl_helpers,date_format_internal,date_symbols,angular.util \
8 packages/angular/angular.dart lib/mock/module.dart \
OLDNEW
« no previous file with comments | « third_party/pkg/angular/demo/web/pubspec.yaml ('k') | third_party/pkg/angular/generate.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698