| 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 e25a8a07695a9217a150b92e5ca2aa88fad356ee..2d89f192066c398f12241be594005bd237186719 100644
|
| --- a/pkg/polymer/lib/src/build/common.dart
|
| +++ b/pkg/polymer/lib/src/build/common.dart
|
| @@ -211,3 +211,5 @@ bool isCustomTagName(String name) {
|
| /// Regex to split names in the 'attributes' attribute, which supports 'a b c',
|
| /// 'a,b,c', or even 'a b,c'. This is the same as in `lib/src/declaration.dart`.
|
| final ATTRIBUTES_REGEX = new RegExp(r'\s|,');
|
| +
|
| +const POLYMER_EXPERIMENTAL_HTML = 'packages/polymer/polymer_experimental.html';
|
|
|