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

Unified Diff: dart/third_party/pkg/js/update-ghpages.dart

Issue 57393002: Version 0.8.10.2 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/third_party/pkg/js/tools/create_bootstrap.dart ('k') | dart/tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/third_party/pkg/js/update-ghpages.dart
===================================================================
--- dart/third_party/pkg/js/update-ghpages.dart (revision 29787)
+++ dart/third_party/pkg/js/update-ghpages.dart (working copy)
@@ -1,14 +0,0 @@
-import 'package:ghpages_generator/ghpages_generator.dart' as gh;
-
-/**
- * Run this file to update the _gh-pages_ branch with a fresh dartdoc of
- * the library and examples compiled through dart2js.
- * Once ran you only have to push the _gh-pages_ branch to github.
- */
-main() {
- new gh.Generator()
- ..setDartDoc(['lib/js.dart'], excludedLibs: ['metadata'], outDir: 'docs')
- ..setExamples(true)
- ..templateDir = 'gh-pages-template'
- ..generate();
-}
« no previous file with comments | « dart/third_party/pkg/js/tools/create_bootstrap.dart ('k') | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698