dart-archive / barback

An asset build system for Dart.
https://pub.dartlang.org/packages/barback
BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

Document how to log from a transformer #74

Open Sfshaza opened 8 years ago

Sfshaza commented 8 years ago

From @nicolasgarnier on August 26, 2014 15:25

From sethladd@google.com on April 28, 2014 23:31:49

See https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/barback/barback.Transform#id_logger

Original issue: http://code.google.com/p/dart/issues/detail?id=18506

Copied from original issue: dart-lang/www.dartlang.org#859

Sfshaza commented 8 years ago

From @nicolasgarnier on August 26, 2014 15:25

From nweiz@google.com on April 28, 2014 15:20:00

I don't think everything in the API documentation necessarily needs to be included in the website. The site is a good place for people to get started writing a transformer, but we don't want to deluge it with information; users should be guided to the API docs to see all the details of the API.

Sfshaza commented 8 years ago

From @nicolasgarnier on August 26, 2014 15:25

From sethladd@google.com on April 28, 2014 15:21:46

Since this is a best practice thing, I was hoping for it to be included in a FAQ or Best PRactices or a "Writing Transformers - Advanced Concepts" tutorial.

I searched and didn't find it, so I think we can increase the SEO for this concept.

Sfshaza commented 8 years ago

From @nicolasgarnier on August 26, 2014 15:25

From sh...@google.com on April 29, 2014 08:36:20

Owner: sh...@google.com
Cc: -sh...@google.com

Sfshaza commented 8 years ago

From @nicolasgarnier on August 26, 2014 15:25

From kathyw@google.com on June 04, 2014 14:53:23

Labels: -Area-Documentation Area-Site

Sfshaza commented 8 years ago

From @kwalrath on July 21, 2016 22:18

Should probably move this issue to https://github.com/dart-lang/barback. That'd be the place to have detailed info like this.