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

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

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake Created 5 years, 6 months 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
« no previous file with comments | « third_party/polymer/v0_8/reproduce.sh ('k') | third_party/polymer/v1_0/bower.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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: 1.0 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:
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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).
OLDNEW
« no previous file with comments | « third_party/polymer/v0_8/reproduce.sh ('k') | third_party/polymer/v1_0/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698