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

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

Issue 1086713003: Remove everything but markdown from third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pkg/js/test/js_wrapping/browser_tests.html ('k') | third_party/pkg/perf_api/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/js/update-ghpages.dart
diff --git a/third_party/pkg/js/update-ghpages.dart b/third_party/pkg/js/update-ghpages.dart
deleted file mode 100644
index 73d53057427980b1daed19b902ed45df66b1a9f9..0000000000000000000000000000000000000000
--- a/third_party/pkg/js/update-ghpages.dart
+++ /dev/null
@@ -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 | « third_party/pkg/js/test/js_wrapping/browser_tests.html ('k') | third_party/pkg/perf_api/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698