Polymer / polymer-project.org

Polymer Project site & blog.
https://www.polymer-project.org/
15 stars 13 forks source link

Add scripts for managing docs #29

Closed keanulee closed 5 years ago

keanulee commented 5 years ago

The idea is to add a package.json for all the product docs sites so that they can all use the same commands:

npm run build
npm run serve
npm run deploy

And hide the jekyll/gulp stuff behind this.

Related: https://github.com/Polymer/lit-html/pull/685