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

Unified Diff: lib/dartdoc/dartdoc

Issue 9705088: Generate API docs during build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
« dart.gyp ('K') | « dart.gyp ('k') | lib/dartdoc/dartdoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dartdoc/dartdoc
diff --git a/lib/dartdoc/dartdoc b/lib/dartdoc/dartdoc
index 8c9534e39dae61764bce4cfd692024f939694662..e9f761ed508d1dec58fe92883515eab01ad6fd4f 100755
--- a/lib/dartdoc/dartdoc
+++ b/lib/dartdoc/dartdoc
@@ -41,15 +41,6 @@ compileToJs() {
compileToJs "client-static"
compileToJs "client-live-nav"
-# Clean the output directory.
-if [ -d "docs" ]; then
- rm -r docs
-fi
-mkdir docs
-
-# Copy the static files over.
-cp -R static/* docs
-
# Ditch the first arg so we can pass any extra arguments to dartdoc.
shift
« dart.gyp ('K') | « dart.gyp ('k') | lib/dartdoc/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698