dart-archive / polymer-dart

Polymer support for Dart
https://pub.dartlang.org/packages/polymer
BSD 3-Clause "New" or "Revised" License
181 stars 33 forks source link

CSP in chrome app with polymer.dart #684

Open Kleak opened 8 years ago

Kleak commented 8 years ago

Should be cool if we can use polymer.dart inside a chrome app, actually there are csp issue

ghost commented 8 years ago

Use polybuild

Kleak commented 8 years ago

yes i could but a transformer will be better, like that all the build process is under pub build ;) no need to install nodejs and install some npm module to compile dart code

jlambright commented 8 years ago

I see documentation and StackOverflow posts referencing the "csp" polymer transformer option but, as of Dart SDK v1.15 & 1.16.0-dev.4.0, pub build throws an invalid transformer option error.

So is csp available for the polymer transformer is not?