Index: pkg/polymer/lib/src/build/common.dart |
diff --git a/pkg/polymer/lib/src/build/common.dart b/pkg/polymer/lib/src/build/common.dart |
index ac74e89d13c1615c98596505d8efed5a96c3e56d..35ae96d9d294c98c0d8e4e754ae2f1b1f116d707 100644 |
--- a/pkg/polymer/lib/src/build/common.dart |
+++ b/pkg/polymer/lib/src/build/common.dart |
@@ -206,3 +206,5 @@ bool isCustomTagName(String name) { |
final ATTRIBUTES_REGEX = new RegExp(r'\s|,'); |
const POLYMER_EXPERIMENTAL_HTML = 'packages/polymer/polymer_experimental.html'; |
+ |
+const String LOG_EXTENSION = '._buildLogs'; |