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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 427623002: Polymer transformer logs now show on the frontend for pub serve. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: dont wrap the logger in release mode Created 6 years, 4 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
Index: pkg/polymer/CHANGELOG.md
diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md
index ad29143c8e442de5814df222f343b24bee44a344..486e3802757dad59d2bb166503896823cbf88632 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -21,6 +21,12 @@ web_components, and template_binding) if they impact polymer.
web/foo.css: true
packages/foo/bar.css: true
+ * Added `inject_build_logs_in_output` option to pubspec for polymer
+ transformers. When set to `true`, this will inject a small element into your
+ entry point pages that will display all log messages from the polymer
+ transformers during the build step. This element is only injected when not
+ running in release mode (ie: `pub serve` but not `pub build`).
+
#### Pub version 0.12.0+7
* Widen the constraint on `unittest`.

Powered by Google App Engine
This is Rietveld 408576698