使用 Polymer CDN (Polygit.org) 时出现以下错误:
https://polygit.org/components/promise-polyfill/promise-polyfill-lite.html加载资源失败:服务器响应状态为404()
我的头标签有以下内容:
<base href="https://polygit.org/components/" />
<script src="webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="polymer/polymer.html">
<link rel="import" href="promise-polyfill/promise-polyfill-lite.html">
<link rel="import" href="iron-ajax/iron-ajax.html">
<link rel="import" href="iron-image/iron-image.html">
<link rel="import" href="paper-styles/demo-pages.html">