Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Polymer Starter Kit 2!

Compare
Choose a tag to compare
@robdodson robdodson released this 23 Aug 00:21
· 197 commits to master since this release

This is a really big release and brings a lot of changes with it. Most notably, Polymer Starter Kit now works with Polymer CLI.

We've put together a video walking through the new PSK release.

Other important changes:

You may notice that there is no longer a gulpfile that ships with PSK. We've written a blog post to explain this decision but the tl;dr version is that PSK now relies on Polymer CLI to generate its build. You can run polymer build from the root of the project and it will create two distributions for you:

  • A vulcanized/bundled version
  • An unbundled version. This is experimental and for folks using http2 server push

If you would like to continue using gulp instead, we have a new project called Custom Build which also works with Polymer CLI but provides gulp "hooks" so you can add your own tasks.

We're really excited for this release and hope you enjoy it!