Permalink
Showing
with
3,697 additions
and 5,664 deletions.
- +0 −65 assets/icons.html
- +2 −2 build.bat
- 0 data.html
- +0 −592 dist/data.html
- BIN dist/data.html.gz
- +0 −589 dist/data.js
- +0 −1 dist/data.min.html
- +0 −1 dist/data.min.js
- BIN dist/data.min.js.gz
- BIN dist/layout.css.gz
- +43 −0 dist/{layout.css → layout.html}
- +0 −3 dist/polymer-data.min.html
- +19 −0 dist/polymer-simplex.html
- +1,279 −561 dist/polymer.html
- BIN dist/polymer.html.gz
- +0 −812 dist/polymer.js
- +0 −278 dist/polymer.min.html
- +0 −1 dist/polymer.min.js
- BIN dist/polymer.min.js.gz
- +3 −3 docs.html
- +0 −72 polymer-core.html
- +0 −13 polymer-data.html
- +50 −0 polymer-simplex.html
- +55 −2 polymer.html
- +195 −0 src/annotations/annotations.html
- +20 −12 src/{template → annotations}/demo/app-chrome.html
- +85 −86 src/base.html
- +80 −0 src/bind/bind-annotations.html
- +94 −0 src/bind/bind-effects.html
- +171 −0 src/bind/bind.html
- +28 −0 src/bind/demo/app-chrome.html
- +29 −0 src/bind/demo/app.html
- +76 −0 src/bind/demo/src/annotations-bind-demo.html
- +22 −40 src/{data/demo/app-chrome.html → bind/demo/src/bind-demo.html}
- +0 −75 src/data-features/annotations-bind.html
- +0 −232 src/data-features/bind-effects.html
- +0 −124 src/data-features/bind.html
- +0 −48 src/data-features/computed.html
- +0 −76 src/data/annotations-bind.html
- +0 −275 src/data/bind.html
- +0 −48 src/data/computed.html
- +0 −43 src/features/annotations-events.html
- +0 −45 src/features/annotations-nodes.html
- +0 −237 src/features/annotations.html
- +0 −124 src/features/attributes.html
- +335 −0 src/features/base/content.html
- +51 −0 src/features/base/extends.html
- +40 −0 src/features/base/mixins.html
- +105 −0 src/features/base/ready.html
- +53 −0 src/features/base/template.html
- +0 −331 src/features/content.html
- +0 −50 src/features/events.html
- +0 −47 src/features/extends.html
- +0 −35 src/features/mixins.html
- 0 src/{more-features → features/more}/bind-effects-object-observe.html
- 0 src/{more-features → features/more}/bind-effects-object-old.html
- 0 src/{more-features → features/more}/bind-effects-object.html
- 0 src/features/{ → more}/constructor.html
- 0 src/{more-features → features/more}/default-values.html
- 0 src/{more-features → features/more}/extends.html
- 0 src/features/{ → more}/focus.html
- 0 src/{more-features → features/more}/gestures.html
- 0 src/features/{ → more}/log.html
- 0 src/{more-features → features/more}/polymer-shadow.html
- 0 src/{more-features → features/more}/shadow-layout.html
- 0 src/{more-features → features/more}/shadow-styler.html
- 0 src/{more-features → features/more}/shadow.html
- +0 −99 src/features/published.html
- +0 −97 src/features/ready.html
- +149 −0 src/features/standard/annotations.html
- +122 −0 src/features/standard/attributes.html
- +118 −0 src/features/standard/bind.html
- +82 −0 src/features/standard/events.html
- +10 −1 src/features/{ → standard}/keys.html
- +106 −0 src/features/standard/published.html
- +47 −26 src/features/{ → standard}/utils.html
- +0 −47 src/features/template.html
- +1 −35 src/lang.html
- +3 −11 src/module.html
- +20 −17 src/polymer.html
- +0 −215 src/template/template.html
- +145 −0 test/polymer-simplex-smoke.html
- +59 −193 test/polymer-smoke.html
- 0 test/{index.html → runner.html}
| @@ -1,2 +1,2 @@ | ||
| START /B vulcanize polymer.html --inline -output dist/polymer.html | ||
| START /B vulcanize data.html --inline -output dist/data.html | ||
| START /B vulcanize polymer-simplex.html --inline --strip -output dist/polymer-simplex.html | ||
| START /B vulcanize polymer.html --inline --strip -output dist/polymer.html |
No changes.
Oops, something went wrong.