| 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 99098f89e6f2d87b4a18ce79c919111f32af26c1..acdd89be6a43c56b54f735e618b9b2f83768c4cd 100644
|
| --- a/pkg/polymer/lib/src/build/common.dart
|
| +++ b/pkg/polymer/lib/src/build/common.dart
|
| @@ -67,17 +67,12 @@ class TransformOptions {
|
| final Map<String, bool> inlineStylesheets;
|
|
|
| /// True to enable Content Security Policy.
|
| - /// This means the HTML page will include *.dart.precompiled.js
|
| - ///
|
| - /// This flag has no effect unless [directlyIncludeJS] is enabled.
|
| + /// This means the HTML page will not have inlined .js code.
|
| final bool contentSecurityPolicy;
|
|
|
| /// True to include the compiled JavaScript directly from the HTML page.
|
| /// If enabled this will remove "packages/browser/dart.js" and replace
|
| /// `type="application/dart"` scripts with equivalent *.dart.js files.
|
| - ///
|
| - /// If [contentSecurityPolicy] enabled, this will reference files
|
| - /// named *.dart.precompiled.js.
|
| final bool directlyIncludeJS;
|
|
|
| /// Run transformers to create a releasable app. For example, include the
|
|
|