tools: shared-bundle.html 404s

Running polymer build --entrypoint index.html against the PSK2 branch (https://github.com/PolymerElements/polymer-starter-kit/tree/psk2) generates a file with an import for shared-bundle.html but it doesn’t actually create a shared-bundle.html file so I get a 404.

About this issue

  • Original URL
  • State: open
  • Created 8 years ago
  • Comments: 16 (9 by maintainers)

Commits related to this issue

Most upvoted comments

@pik check out https://developers.google.com/web/updates/2015/11/app-shell for more info on the app-shell pattern.

and more info on proper polymer.json: https://www.polymer-project.org/1.0/docs/tools/polymer-cli#build

What exactly is a ‘proper’ polymer.json, where can I get some more details?

edit: @FredKSchott you mention the shell flag/property but the Polymer-Build README doesn’t have anything to say about it. What is it’s role and what should it point to?