Skip to content
Permalink
Browse files

Merge branch '0.8-simplex' into 0.8-preview

  • Loading branch information
sorvell committed Dec 15, 2014
2 parents 26472ce + c6e4053 commit 2d38b99e9dbdb86aad87cddfc327c9605f27cdb5
Showing with 3,697 additions and 5,664 deletions.
  1. +0 −65 assets/icons.html
  2. +2 −2 build.bat
  3. 0 data.html
  4. +0 −592 dist/data.html
  5. BIN dist/data.html.gz
  6. +0 −589 dist/data.js
  7. +0 −1 dist/data.min.html
  8. +0 −1 dist/data.min.js
  9. BIN dist/data.min.js.gz
  10. BIN dist/layout.css.gz
  11. +43 −0 dist/{layout.css → layout.html}
  12. +0 −3 dist/polymer-data.min.html
  13. +19 −0 dist/polymer-simplex.html
  14. +1,279 −561 dist/polymer.html
  15. BIN dist/polymer.html.gz
  16. +0 −812 dist/polymer.js
  17. +0 −278 dist/polymer.min.html
  18. +0 −1 dist/polymer.min.js
  19. BIN dist/polymer.min.js.gz
  20. +3 −3 docs.html
  21. +0 −72 polymer-core.html
  22. +0 −13 polymer-data.html
  23. +50 −0 polymer-simplex.html
  24. +55 −2 polymer.html
  25. +195 −0 src/annotations/annotations.html
  26. +20 −12 src/{template → annotations}/demo/app-chrome.html
  27. +85 −86 src/base.html
  28. +80 −0 src/bind/bind-annotations.html
  29. +94 −0 src/bind/bind-effects.html
  30. +171 −0 src/bind/bind.html
  31. +28 −0 src/bind/demo/app-chrome.html
  32. +29 −0 src/bind/demo/app.html
  33. +76 −0 src/bind/demo/src/annotations-bind-demo.html
  34. +22 −40 src/{data/demo/app-chrome.html → bind/demo/src/bind-demo.html}
  35. +0 −75 src/data-features/annotations-bind.html
  36. +0 −232 src/data-features/bind-effects.html
  37. +0 −124 src/data-features/bind.html
  38. +0 −48 src/data-features/computed.html
  39. +0 −76 src/data/annotations-bind.html
  40. +0 −275 src/data/bind.html
  41. +0 −48 src/data/computed.html
  42. +0 −43 src/features/annotations-events.html
  43. +0 −45 src/features/annotations-nodes.html
  44. +0 −237 src/features/annotations.html
  45. +0 −124 src/features/attributes.html
  46. +335 −0 src/features/base/content.html
  47. +51 −0 src/features/base/extends.html
  48. +40 −0 src/features/base/mixins.html
  49. +105 −0 src/features/base/ready.html
  50. +53 −0 src/features/base/template.html
  51. +0 −331 src/features/content.html
  52. +0 −50 src/features/events.html
  53. +0 −47 src/features/extends.html
  54. +0 −35 src/features/mixins.html
  55. 0 src/{more-features → features/more}/bind-effects-object-observe.html
  56. 0 src/{more-features → features/more}/bind-effects-object-old.html
  57. 0 src/{more-features → features/more}/bind-effects-object.html
  58. 0 src/features/{ → more}/constructor.html
  59. 0 src/{more-features → features/more}/default-values.html
  60. 0 src/{more-features → features/more}/extends.html
  61. 0 src/features/{ → more}/focus.html
  62. 0 src/{more-features → features/more}/gestures.html
  63. 0 src/features/{ → more}/log.html
  64. 0 src/{more-features → features/more}/polymer-shadow.html
  65. 0 src/{more-features → features/more}/shadow-layout.html
  66. 0 src/{more-features → features/more}/shadow-styler.html
  67. 0 src/{more-features → features/more}/shadow.html
  68. +0 −99 src/features/published.html
  69. +0 −97 src/features/ready.html
  70. +149 −0 src/features/standard/annotations.html
  71. +122 −0 src/features/standard/attributes.html
  72. +118 −0 src/features/standard/bind.html
  73. +82 −0 src/features/standard/events.html
  74. +10 −1 src/features/{ → standard}/keys.html
  75. +106 −0 src/features/standard/published.html
  76. +47 −26 src/features/{ → standard}/utils.html
  77. +0 −47 src/features/template.html
  78. +1 −35 src/lang.html
  79. +3 −11 src/module.html
  80. +20 −17 src/polymer.html
  81. +0 −215 src/template/template.html
  82. +145 −0 test/polymer-simplex-smoke.html
  83. +59 −193 test/polymer-smoke.html
  84. 0 test/{index.html → runner.html}

This file was deleted.

@@ -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.

0 comments on commit 2d38b99

Please sign in to comment.
You can’t perform that action at this time.