From f8978845cad326f6daa260cdceaa142145831f0a Mon Sep 17 00:00:00 2001
From: Jacob MacDonald <jakemac@google.com>
Date: Thu, 5 Nov 2015 09:56:45 -0800
Subject: [PATCH] Update reflectable entry point format

If people use html imports containing dart scripts then the reflectable transformer needs to run on the bootstrap file, otherwise it can't reach the entire program.
---
 templates/web-polymer/pubspec.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/web-polymer/pubspec.yaml b/templates/web-polymer/pubspec.yaml
index d472a1f..f3728b8 100644
--- a/templates/web-polymer/pubspec.yaml
+++ b/templates/web-polymer/pubspec.yaml
@@ -18,7 +18,7 @@ transformers:
 - web_components:
     entry_points: web/index.html
 - reflectable:
-    entry_points: web/index.dart
+    entry_points: web/index.bootstrap.initialize.dart
 - $dart2js:
     $include: '**/*.bootstrap.initialize.dart'
     minify: true
-- 
GitLab