adam-singer / dart-carte-du-jour

Pub documentation generation system
www.dartdocs.org
Other
25 stars 8 forks source link

docgen is removed from Dart 1.13 SDK. #103

Open whesse opened 9 years ago

whesse commented 9 years ago

This site is using docgen to generate the documentation, but docgen has been replaced with dartdoc. Dartdoc has different command line options, and may create the documentation in a different format as well.

A temporary fix is to change the config.json file loaded by the client builder to fetch 1.12 stable instead of the most recent dev version. There is a also a fetch_dart_sdk function in the demon startup script, that should be changed too. The address of the stable SDK is http://storage.googleapis.com/dart-archive/channels/stable/release/1.12.1/sdk/dartsdk-linux-x64-release.zip

@sethladd