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

Unified Diff: pkg/polymer/pubspec.yaml

Issue 531943002: delete debug only files from output in release mode (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nits Created 6 years, 3 months 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 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
« no previous file with comments | « pkg/polymer/lib/src/build/remove_sourcemap_comment.dart ('k') | pkg/polymer/test/build/remove_sourcemap_comment_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698