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.8 | 4 Version: 1.0 |
5 Revision: (See components/<component>/.bower.json) | 5 Revision: (See components/<component>/.bower.json) |
6 License: BSD | 6 License: BSD |
7 License File: ../LICENSE.polymer | 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 core + externs |
14 -layout | 14 -Iron elements and their dependencies |
15 -Used Iron elements and their dependencies | 15 -Paper elements and their dependencies |
16 -Used Paper elements and their dependencies | 16 -more-routing |
17 See bower.json for a full list of components. | 17 See bower.json for a full list of components. |
18 | 18 |
19 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 |
20 be found in polymer/LICENSE. | 20 be found in polymer/LICENSE. |
21 | 21 |
22 The source git repositories can be found at: | 22 The source git repositories can be found at: |
23 Core Library - https://github.com/Polymer/polymer/tree/0.8-preview | 23 Core Library - https://github.com/Polymer/polymer |
24 Elements - https://github.com/PolymerElements/<element name> | 24 Elements - https://github.com/PolymerElements/<element name> |
25 | 25 |
26 Polymer is comprised of two efforts: | 26 Polymer is comprised of two efforts: |
27 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). | 27 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). |
28 Initially, these core features will be enabled with a set of polyfills. As | 28 Initially, these core features will be enabled with a set of polyfills. As |
29 browsers begin to implement these new primitives, the polyfill platform layer | 29 browsers begin to implement these new primitives, the polyfill platform layer |
30 becomes smaller and better over time. | 30 becomes smaller and better over time. |
31 2. A next-generation web application framework built upon these core | 31 2. A next-generation web application framework built upon these core |
32 technologies called the Polymer. | 32 technologies called the Polymer. |
33 | 33 |
(...skipping 11 matching lines...) Expand all Loading... |
45 | 45 |
46 Note on Bower: | 46 Note on Bower: |
47 The directory can be updated by running "bower update". A new component can be | 47 The directory can be updated by running "bower update". A new component can be |
48 installed by running "bower install -S Polymer/<component>#version". Be sure to | 48 installed by running "bower install -S Polymer/<component>#version". Be sure to |
49 add the .bower.json file to the repository as it includes the revision | 49 add the .bower.json file to the repository as it includes the revision |
50 information of the polymer component. | 50 information of the polymer component. |
51 Also be sure that you listed all the added packages and **all their | 51 Also be sure that you listed all the added packages and **all their |
52 dependencies** in bower.json, and specified **exact** versions of every package | 52 dependencies** in bower.json, and specified **exact** versions of every package |
53 explicitly. That is needed because Bower can't handle recursive dependencies | 53 explicitly. That is needed because Bower can't handle recursive dependencies |
54 correctly (see http://stackoverflow.com/q/25899532). | 54 correctly (see http://stackoverflow.com/q/25899532). |
OLD | NEW |