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

Unified Diff: pkg/polymer/pubspec.yaml

Issue 724723003: use shared code transformer, update web_components to remove .map and .concat files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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/pubspec.yaml
diff --git a/pkg/polymer/pubspec.yaml b/pkg/polymer/pubspec.yaml
index ad7a7b78ed36247c63c83349fa461ca664e1b4f8..8cc369c0192bded674e5b1c040f0aa74c3ddc9ab 100644
--- a/pkg/polymer/pubspec.yaml
+++ b/pkg/polymer/pubspec.yaml
@@ -1,5 +1,5 @@
name: polymer
-version: 0.15.1+4
+version: 0.15.1+5
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
@@ -29,13 +29,13 @@ dev_dependencies:
transformers:
- polymer/src/build/mirrors_remover:
$include: lib/polymer.dart
-- polymer/src/build/delete_file:
+- code_transformers/src/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:
+- code_transformers/src/remove_sourcemap_comment:
$include: lib/src/js/polymer/polymer.js
- observe:
files: lib/src/instance.dart

Powered by Google App Engine
This is Rietveld 408576698