Skip to content

Commit

Permalink
update polyfill and polymer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Ortiz committed Dec 1, 2014
1 parent bfc8661 commit a3742ab
Show file tree
Hide file tree
Showing 902 changed files with 26,812 additions and 182,200 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
node_modules
# Node
node_modules

# OS X
.DS_Store
42 changes: 18 additions & 24 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
{
"name": "x-heart",
"version": "1.0.0",
"dependencies": {
"polymer": "~0.2.1"
},
"homepage": "https://github.com/mateusortiz/x-heart",
"authors": [
"Mateus Ortiz <[email protected]>"
],
"description": "Web Component build with Polymer to display Heart",
"keywords": [
"heart",
"web-components",
"polymer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"./",
"test",
"tests"
]
"name": "x-heart",
"version": "1.0.0",
"description": "Web Component build with Polymer to display Heart",
"license": "MIT",
"main": "src/x-heart.html",
"keywords": [
"web-components",
"polymer"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.5.1"
}
}

19 changes: 19 additions & 0 deletions bower_components/core-component-page/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "core-component-page",
"private": true,
"dependencies": {
"webcomponentsjs": "Polymer/webcomponentsjs#^0.5.0",
"polymer": "Polymer/polymer#^0.5.0"
},
"version": "0.5.1",
"homepage": "https://github.com/Polymer/core-component-page",
"_release": "0.5.1",
"_resolution": {
"type": "version",
"tag": "0.5.1",
"commit": "ef1f86e659fd7498755e027d1561acc963d67807"
},
"_source": "git://github.com/Polymer/core-component-page.git",
"_target": "^0.5.0",
"_originalSource": "Polymer/core-component-page"
}
6 changes: 6 additions & 0 deletions bower_components/core-component-page/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
core-component-page
===================

See the [component page](http://polymer-project.org/docs/elements/core-elements.html#core-component-page) for more information.

Note: this is the vulcanized version of [`core-component-page-dev`](https://github.com/Polymer/core-component-page-dev) (the source).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions bower_components/core-component-page/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "core-component-page",
"private": true,
"dependencies": {
"webcomponentsjs": "Polymer/webcomponentsjs#^0.5.0",
"polymer": "Polymer/polymer#^0.5.0"
},
"version": "0.5.1"
}
37 changes: 37 additions & 0 deletions bower_components/core-component-page/core-component-page.html

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions bower_components/core-component-page/demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
The complete set of authors may be found at http://polymer.github.io/AUTHORS
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
-->
<html>
<head>

<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="core-component-page.html">

</head>
<body unresolved>

<core-component-page></core-component-page>

</body>
</html>
22 changes: 22 additions & 0 deletions bower_components/core-component-page/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!doctype html>
<!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
The complete set of authors may be found at http://polymer.github.io/AUTHORS
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
-->
<html>
<head>

<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../core-component-page/core-component-page.html">

</head>
<body unresolved>

<core-component-page></core-component-page>

</body>
</html>
32 changes: 32 additions & 0 deletions bower_components/polymer/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "polymer",
"description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
"homepage": "http://www.polymer-project.org/",
"keywords": [
"util",
"client",
"browser",
"web components",
"web-components"
],
"author": "Polymer Authors <[email protected]>",
"private": true,
"dependencies": {
"core-component-page": "Polymer/core-component-page#^0.5.0",
"webcomponentsjs": "Polymer/webcomponentsjs#^0.5.0"
},
"devDependencies": {
"tools": "Polymer/tools#master",
"web-component-tester": "Polymer/web-component-tester#^1.4.2"
},
"version": "0.5.1",
"_release": "0.5.1",
"_resolution": {
"type": "version",
"tag": "0.5.1",
"commit": "c654b2b4996a643e79234ac624d7bc38179dfc2c"
},
"_source": "git://github.com/Polymer/polymer.git",
"_target": "~0.5.1",
"_originalSource": "Polymer/polymer"
}
21 changes: 21 additions & 0 deletions bower_components/polymer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Polymer

[![Polymer build status](http://www.polymer-project.org/build/polymer-dev/status.png "Polymer build status")](http://build.chromium.org/p/client.polymer/waterfall)

## Brief Overview

For more detailed info goto [http://polymer-project.org/](http://polymer-project.org/).

Polymer is a new type of library for the web, designed to leverage the existing browser infrastructure to provide the encapsulation and extendability currently only available in JS libraries.

Polymer is based on a set of future technologies, including [Shadow DOM](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html), [Custom Elements](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html) and Model Driven Views. Currently these technologies are implemented as polyfills or shims, but as browsers adopt these features natively, the platform code that drives Polymer evacipates, leaving only the value-adds.

## Tools & Testing

For running tests or building minified files, consult the [tooling information](http://polymer-project.org/resources/tooling-strategy.html).

## Releases

[Release (tagged) versions](https://github.com/Polymer/polymer/releases) of Polymer include concatenated and minified sources for your convenience.

[![Analytics](https://ga-beacon.appspot.com/UA-39334307-2/Polymer/polymer/README)](https://github.com/igrigorik/ga-beacon)
17 changes: 10 additions & 7 deletions polymer/bower.json → bower_components/polymer/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
"web-components"
],
"author": "Polymer Authors <[email protected]>",
"version": "0.2.1",
"main": [
"polymer.js"
],
"private": true,
"dependencies": {
"platform": "Polymer/platform#0.2.1"
}
}
"core-component-page": "Polymer/core-component-page#^0.5.0",
"webcomponentsjs": "Polymer/webcomponentsjs#^0.5.0"
},
"devDependencies": {
"tools": "Polymer/tools#master",
"web-component-tester": "Polymer/web-component-tester#^1.4.2"
},
"version": "0.5.1"
}
26 changes: 26 additions & 0 deletions bower_components/polymer/build.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
BUILD LOG
---------
Build Time: 2014-11-12T14:32:18

NODEJS INFORMATION
==================
nodejs: v0.10.33
grunt: 0.4.5
grunt-audit: 1.0.0
grunt-contrib-concat: 0.5.0
grunt-contrib-copy: 0.7.0
grunt-contrib-uglify: 0.6.0
grunt-string-replace: 1.0.0
web-component-tester: 1.6.0

REPO REVISIONS
==============
polymer-expressions: 1288fe573dc57cde304f66f0833d0644c766158c
polymer-gestures: 94660a514772e182d27f79c3d8d1bb88796a2327
polymer: da75e633f39b7761494cc3139a60733c488b2215

BUILD HASHES
============
dist/polymer.js: 59e0d3e669a3a1d163d8337766aa63bf809bfe79
dist/polymer.min.js: a9145f911c5b9fecc0d4aa422ac658d1d462d15a
dist/layout.html: 348d358a91712ecc2f8811efa430fcd954b4590c
Loading

0 comments on commit a3742ab

Please sign in to comment.