| 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
|
|
|
|
|