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

Unified Diff: pkg/polymer/lib/deploy.dart

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: final tweaks Created 6 years 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/lib/deploy.dart
diff --git a/pkg/polymer/lib/deploy.dart b/pkg/polymer/lib/deploy.dart
index a62c18b9def9f41acb0b5286b7e8b7697279c986..5b1309c8860d6d7e79388e09c27a18fb6bbc063d 100644
--- a/pkg/polymer/lib/deploy.dart
+++ b/pkg/polymer/lib/deploy.dart
@@ -160,7 +160,7 @@ ArgResults _parseArgs(arguments) {
defaultsTo: true)
..addFlag('debug', help:
'run in debug mode. For example, use the debug polyfill \n'
- 'web_components/platform.concat.js instead of the minified one.\n',
+ 'web_components/webcomponents.js instead of the minified one.\n',
defaultsTo: false)
..addFlag('csp', help:
'extracts inlined JavaScript code to comply with \n'

Powered by Google App Engine
This is Rietveld 408576698