Index: pkg/polymer/pubspec.yaml |
diff --git a/pkg/polymer/pubspec.yaml b/pkg/polymer/pubspec.yaml |
index 6c8ec5519a4046c40d9551f7bb4b2c92ea908116..bb9e609afcaad9b132b8282844b813f8d4179457 100644 |
--- a/pkg/polymer/pubspec.yaml |
+++ b/pkg/polymer/pubspec.yaml |
@@ -1,5 +1,5 @@ |
name: polymer |
-version: 0.13.0+1 |
+version: 0.13.0+2 |
author: Polymer.dart Authors <web-ui-dev@dartlang.org> |
description: > |
Polymer.dart is a new type of library for the web, built on top of Web |
@@ -28,6 +28,14 @@ dev_dependencies: |
transformers: |
- polymer/src/build/mirrors_remover: |
$include: lib/polymer.dart |
+- polymer/src/build/delete_file: |
+ $include: |
+ - lib/src/build/log_injector.css |
+ - lib/src/js/polymer/polymer.concat.js |
+ - lib/src/js/polymer/polymer.concat.js.map |
+ - lib/src/js/polymer/polymer.js.map |
+- polymer/src/build/remove_sourcemap_comment: |
+ $include: lib/src/js/polymer/polymer.js |
- observe: |
files: lib/src/instance.dart |
$include: lib/src/instance.dart |