Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: third_party/polymer/README.chromium

Issue 98583008: Checkout Polymer using bower instead of the raw repository. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: Polymer 1 Name: Polymer
2 Short Name: polymer
2 URL: http://www.polymer-project.org 3 URL: http://www.polymer-project.org
3 Version: 0.0.20131107 4 Version: 0.1.1
4 Revision: c5b3ef18879843d41302a9722884dfc60963b492 5 Revision: (See <component>/.bower.json)
5 License: BSD 6 License: BSD
6 License File: LICENSE 7 License File: LICENSE
7 Security Critical: no 8 Security Critical: no
8 9
9 Description: 10 Description:
10 This directory contains a copy of polymer.min.js file. It is a minified version 11 This directory contains a copy of the following components which are a part of
11 of javascript library Polymer. Polymer is comprised of two efforts: 12 the Polymer project:
13 -polymer
14 -platform
15
16 The directory can be updated or components added by running:
17 "bower install Polymer/<component 1> Polymer/<component 2> ...".
18 The version can be found in the header of polymer/polymer.js. The license can
19 be found in polymer/LICENSE.
20
21 The source git repositories can be found at:
22 https://github.com/Polymer/<component>
23
24 Polymer is comprised of two efforts:
12 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). 25 1. A set of core platform features (Shadow DOM, Custom Elements, MDV).
13 Initially, these core features will be enabled with a set of polyfills. As 26 Initially, these core features will be enabled with a set of polyfills. As
14 browsers begin to implement these new primitives, the polyfill platform layer 27 browsers begin to implement these new primitives, the polyfill platform layer
15 becomes smaller and better over time. 28 becomes smaller and better over time.
16 2. A next-generation web application framework built upon these core 29 2. A next-generation web application framework built upon these core
17 technologies called the Polymer. 30 technologies called the Polymer.
18
19 This is downloaded from polymer stable release
20 (https://github.com/Polymer/polymer/releases). See build.log and README.md for
21 how the minified file is generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698