| OLD | NEW |
| 1 Name: Polymer | 1 Name: Polymer |
| 2 Short Name: polymer | 2 Short Name: polymer |
| 3 URL: http://www.polymer-project.org | 3 URL: http://www.polymer-project.org |
| 4 Version: 0.3.5 | 4 Version: 0.3.5 |
| 5 Revision: (See <component>/.bower.json) | 5 Revision: (See components/<component>/.bower.json) |
| 6 License: BSD | 6 License: BSD |
| 7 License File: LICENSE | 7 License File: LICENSE.polymer |
| 8 Security Critical: no | 8 Security Critical: no |
| 9 | 9 |
| 10 Description: | 10 Description: |
| 11 This directory contains a copy of the following components which are a part of | 11 This directory contains a copy of the following components which are a part of |
| 12 the Polymer project: | 12 the Polymer project: |
| 13 -polymer | 13 -polymer |
| 14 -platform | 14 -platform |
| 15 | 15 -all core elements and their dependencies |
| 16 The directory can be updated by running "bower update". A now component can be | 16 -all paper elements and their dependencies |
| 17 installed by running "bower install Polymer/<component>". Be sure to add the | 17 See bower.json for a full list of components. |
| 18 .bower.json file to the repository as it includes the revision information of | |
| 19 the polymer component. | |
| 20 | 18 |
| 21 The version can be found in header of polymer/polymer.js. The license can | 19 The version can be found in header of polymer/polymer.js. The license can |
| 22 be found in polymer/LICENSE. | 20 be found in polymer/LICENSE. |
| 23 | 21 |
| 24 The source git repositories can be found at: | 22 The source git repositories can be found at: |
| 25 https://github.com/Polymer/<component> | 23 https://github.com/Polymer/<component> |
| 26 | 24 |
| 27 Polymer is comprised of two efforts: | 25 Polymer is comprised of two efforts: |
| 28 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). | 26 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). |
| 29 Initially, these core features will be enabled with a set of polyfills. As | 27 Initially, these core features will be enabled with a set of polyfills. As |
| 30 browsers begin to implement these new primitives, the polyfill platform layer | 28 browsers begin to implement these new primitives, the polyfill platform layer |
| 31 becomes smaller and better over time. | 29 becomes smaller and better over time. |
| 32 2. A next-generation web application framework built upon these core | 30 2. A next-generation web application framework built upon these core |
| 33 technologies called the Polymer. | 31 technologies called the Polymer. |
| 32 |
| 33 Local Modifications: |
| 34 - Removed executable bit from the files in 'components/core-list'. |
| 35 |
| 36 To restore a content of the 'components' and '../third_party/web-animations-js' |
| 37 directory from scratch, run ./reproduce.sh (requires bower). |
| 38 |
| 39 Note on Bower: |
| 40 The directory can be updated by running "bower update". A new component can be |
| 41 installed by running "bower install -S Polymer/<component>#version". Be sure to |
| 42 add the .bower.json file to the repository as it includes the revision |
| 43 information of the polymer component. |
| 44 Also be sure that you listed all the added packages and **all their |
| 45 dependencies** in bower.json, and specified **exact** versions of every package |
| 46 explicitly. That is needed because Bower can't handle recursive dependencies |
| 47 correctly (see http://stackoverflow.com/q/25899532). |
| 48 |
| OLD | NEW |