我有一个Dart(1_16_0_dev_2)聚合物网络应用。我看到了>the problem here<,但我仍然拥有它。我的名字是:
dependencies:
browser: ^0.10.0
polymer: ^1.0.0-rc.16
polymer_elements: ^1.0.0-rc.8
transformers:
- polymer:
entry_points:
- web/index.html
- $dart2js:
$include: '**/*.bootstrap.initialize.dart' (I've tried with and without this line)
minify: true
commandLineOptions:
- --trust-type-annotations
- --trust-primitives
我也试过没有dart2js。我可以在不同的设备上查看我的网站(某些!?)Chromes,但Dartium会提出此投诉
http://www.xxx/index.bootstrap.initialize.dart Failed to load resource: the server responded with a status of 404 (Not Found)
(我认为这就是FireFox和Edge显示空白页面的原因)。
我做错了什么? 谢谢, 干杯, 小号
答案 0 :(得分:1)
我失踪了:
<script src="packages/web_components/webcomponents-lite.min.js"></script>
index.html中的。现在它适用于Firefox,Dartium不会寻找引导程序文件。