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

Side by Side Diff: polymer_0.5.0/bower_components/sugar/README.md

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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
OLDNEW
1 # Sugar 1 # Sugar
2 2
3 [![Build Status](https://secure.travis-ci.org/andrewplummer/Sugar.png)](http://t ravis-ci.org/andrewplummer/Sugar) 3 [![Build Status](https://secure.travis-ci.org/andrewplummer/Sugar.png)](http://t ravis-ci.org/andrewplummer/Sugar)
4 4
5 A Javascript library for working with native objects. 5 A Javascript library for working with native objects.
6 http://sugarjs.com/ 6 http://sugarjs.com/
7 7
8 8
9 ## Upgrading 9 ## Upgrading
10 10
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 88
89 Lib comparisons to various other libraries can be seen at http://sugarjs.com/lib s. This is one of the areas where contributions are most welcome, as I don't hav e extensive knowledge of many different libraries, and there is much to cover. T o contribute simply find or create the appropriate lib name in `docs/libs`, and follow the format provided. This will be an ongoing process, and I will push cha nges here out to the site every so often. 89 Lib comparisons to various other libraries can be seen at http://sugarjs.com/lib s. This is one of the areas where contributions are most welcome, as I don't hav e extensive knowledge of many different libraries, and there is much to cover. T o contribute simply find or create the appropriate lib name in `docs/libs`, and follow the format provided. This will be an ongoing process, and I will push cha nges here out to the site every so often.
90 90
91 91
92 ## Other Contributions 92 ## Other Contributions
93 93
94 For other contributions, please add well formed unit tests in the Sugar environm ent at `test/environments/sugar/MODULE.js`. Unit tests can be run directly in th e browser from `test/default.html`, and should all be passing in all major brows ers (Webkit,Mozilla,Opera, and IE6+). Node.js unit tests should also be passing and can be run in the console with `npm test`. 94 For other contributions, please add well formed unit tests in the Sugar environm ent at `test/environments/sugar/MODULE.js`. Unit tests can be run directly in th e browser from `test/default.html`, and should all be passing in all major brows ers (Webkit,Mozilla,Opera, and IE6+). Node.js unit tests should also be passing and can be run in the console with `npm test`.
95 95
96 Also note that the source code is in the `lib` directory, and `release` is autom atically built, so there is no need to changes files there. 96 Also note that the source code is in the `lib` directory, and `release` is autom atically built, so there is no need to changes files there.
97 97
OLDNEW
« no previous file with comments | « polymer_0.5.0/bower_components/sugar/LICENSE ('k') | polymer_0.5.0/bower_components/sugar/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698