adam-singer / dart-carte-du-jour

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

display only one line per package #48

Closed a14n closed 10 years ago

a14n commented 10 years ago

Here is a proposal to display one line per package with the most recent version first. Something like :

Name Versions
a 2.3.0 - 2.2.2 - 2.2.1 - 2.2.0
b 1.2.0 - 1.1.0 - 1.0.0
c 1.0.0

What do you think ?

adam-singer commented 10 years ago

Awesome!

adam-singer commented 10 years ago
May 13 22:02:25 daemon-isolate startupscript: build_index: fetch and build failed on building index pages: Value was missing, section: packages, at: 12:4.

eek, maybe I should of tested it before deploying :+1:

adam-singer commented 10 years ago

heh, nevermind... I see what happened. The code was misleading build_index.dart is no longer used so I need to delete it.

adam-singer commented 10 years ago

But the patch will work, just need to update the right file :+1: