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

Side by Side Diff: third_party/pkg/angular/scripts/generate-documentation.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
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2 . $(dirname $0)/env.sh
3 dartdoc \ 3 $DARTDOC \
4 --package-root=packages/ \ 4 --package-root=packages/ \
5 --out doc \ 5 --out doc \
6 --mode=static \ 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 \ 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 \ 8 packages/angular/angular.dart lib/mock/module.dart \
OLDNEW
« no previous file with comments | « third_party/pkg/angular/scripts/env.sh ('k') | third_party/pkg/angular/scripts/generate-expressions.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698